]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/frame.cpp
Move the generic picker files to the GUI common section.
[wxWidgets.git] / src / gtk1 / frame.cpp
index bd426249adf86380b3aa3060959b1fb408a13e4c..84ff30270114a3d66fdbe2708d43aee6b176b1ef 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+    #include "wx/control.h"
 #endif // WX_PRECOMP
 
-#include "wx/dialog.h"
-#include "wx/control.h"
-#include "wx/menu.h"
 #if wxUSE_TOOLBAR
     #include "wx/toolbar.h"
 #endif
 #if wxUSE_STATUSBAR
     #include "wx/statusbr.h"
 #endif
-#include "wx/dcclient.h"
 
 #include <glib.h>
 #include "wx/gtk1/private.h"