]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/frame.cpp
Make it possible for pywxrc to generate just the gettext _() strings
[wxWidgets.git] / src / gtk1 / frame.cpp
index bd426249adf86380b3aa3060959b1fb408a13e4c..3768d3a77ab460a9cda45e682dc6c6dfa9a6d823 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.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"