]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/frame.cpp
Applied Patch #1502801: Missing Clone() functions from some events
[wxWidgets.git] / src / gtk1 / frame.cpp
index 1deda790eb7f44f9f0167c07790af3fc4cb2bbd8..b9818eba524410cef108d4e8a32a2650519cbd08 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"
+    #include "wx/toolbar.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