diff --git a/gdk/x11/gdkdrop-x11.c b/gdk/x11/gdkdrop-x11.c index d9c1c4157f..3470382da7 100644 --- a/gdk/x11/gdkdrop-x11.c +++ b/gdk/x11/gdkdrop-x11.c @@ -45,9 +45,6 @@ #include #include #include -#ifdef HAVE_XCOMPOSITE -#include -#endif #include diff --git a/gdk/x11/gdksurface-x11.c b/gdk/x11/gdksurface-x11.c index e4952f2c7b..8b5ea3c424 100644 --- a/gdk/x11/gdksurface-x11.c +++ b/gdk/x11/gdksurface-x11.c @@ -65,14 +65,6 @@ #include #endif -#ifdef HAVE_XCOMPOSITE -#include -#endif - -#ifdef HAVE_XFIXES -#include -#endif - const int _gdk_x11_event_mask_table[21] = { ExposureMask,