Merge branch 'matthiasc/for-master' into 'master'

Remove an unused backend includes

See merge request GNOME/gtk!1648
This commit is contained in:
Matthias Clasen
2020-04-07 20:30:43 +00:00
3 changed files with 0 additions and 10 deletions

View File

@@ -18,9 +18,6 @@
#include "config.h"
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/x11/gdkx.h>
#endif
#include "gtktreeprivate.h"
#include "gtkwidgetprivate.h"

View File

@@ -18,9 +18,6 @@
#include "config.h"
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/x11/gdkx.h>
#endif
#include "gtkwidgetaccessibleprivate.h"
#include "gtknotebookpageaccessible.h"

View File

@@ -127,10 +127,6 @@
#include "gtkroundedboxprivate.h"
#include "gsk/gskroundedrectprivate.h"
#ifdef GDK_WINDOWING_WAYLAND
#include "wayland/gdkwayland.h"
#endif
#define MNEMONICS_DELAY 300 /* ms */
#define TAIL_GAP_WIDTH 24