Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* ///////////////////////////////////////////////////////////////////////////
|
||||
// Name: win_gtk.c
|
||||
// Name: src/gtk1/win_gtk.c
|
||||
// Purpose: Native GTK+ widget for wxWidgets, based on GtkLayout and
|
||||
// GtkFixed. It makes use of the gravity window property and
|
||||
// therefore does not work with GTK 1.0.
|
||||
@@ -13,7 +13,7 @@
|
||||
#define XCheckIfEvent XCHECKIFEVENT
|
||||
#endif
|
||||
|
||||
#include "wx/setup.h"
|
||||
#include "wx/defs.h"
|
||||
#include "wx/gtk1/win_gtk.h"
|
||||
#include "gtk/gtksignal.h"
|
||||
#include "gtk/gtkprivate.h"
|
||||
@@ -1202,4 +1202,3 @@ gtk_pizza_main_filter (GdkXEvent *gdk_xevent,
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
Reference in New Issue
Block a user