]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
Intel compilation fix (patch 1540790)
[wxWidgets.git] / src / gtk / frame.cpp
index 1aebe9aac213896677bd31a2c411ef78a1c437ba..7683d527db656308c561db32dd264cc420bb75ff 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/dcclient.h"
-#endif // WX_PRECOMP
-
-#include "wx/dialog.h"
-#include "wx/control.h"
-#include "wx/menu.h"
-#if wxUSE_TOOLBAR
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+    #include "wx/control.h"
     #include "wx/toolbar.h"
-#endif
-#if wxUSE_STATUSBAR
     #include "wx/statusbr.h"
-#endif
+#endif // WX_PRECOMP
 
 #include <glib.h>
 #include "wx/gtk/private.h"