tooltip: Remove some unneeded includes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Dec 2019 02:49:09 +0000 (21:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Dec 2019 02:49:09 +0000 (21:49 -0500)
gtk/gtktooltip.c

index 6b0af8ebb7585cb52d401f5caab214587c63d9db..038b7f66eee7c1864117cd612a820e5e2b78b0cf 100644 (file)
 #include "gtkaccessible.h"
 #include "gtknative.h"
 
-#ifdef GDK_WINDOWING_WAYLAND
-#include "wayland/gdkwayland.h"
-#endif
-#ifdef GDK_WINDOWING_MIR
-#include "mir/gdkmir.h"
-#endif
-
-
 /**
  * SECTION:gtktooltip
  * @Short_description: Add tips to your widgets