diff --git a/gdk/wayland/gdkpopup-wayland-private.h b/gdk/wayland/gdkpopup-wayland-private.h deleted file mode 100644 index de3310f6db..0000000000 --- a/gdk/wayland/gdkpopup-wayland-private.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright © 2022 Red Hat, Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - */ - -#pragma once diff --git a/gdk/wayland/gdkpopup-wayland.c b/gdk/wayland/gdkpopup-wayland.c index 48480216d2..652cac8ef7 100644 --- a/gdk/wayland/gdkpopup-wayland.c +++ b/gdk/wayland/gdkpopup-wayland.c @@ -46,7 +46,6 @@ #include #include "gdksurface-wayland-private.h" -#include "gdkpopup-wayland-private.h" static void update_popup_layout_state (GdkWaylandPopup *wayland_popup, int x, diff --git a/gdk/wayland/gdksurface-wayland.c b/gdk/wayland/gdksurface-wayland.c index be6df5b36e..62115ab850 100644 --- a/gdk/wayland/gdksurface-wayland.c +++ b/gdk/wayland/gdksurface-wayland.c @@ -47,7 +47,6 @@ #include "gdksurface-wayland-private.h" #include "gdktoplevel-wayland-private.h" -#include "gdkpopup-wayland-private.h" /** * GdkWaylandSurface: