]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
fix gcc warnings about in printf format (partly modified patch 1500717)
[wxWidgets.git] / src / gtk / frame.cpp
index 696d588eef035abcc30e319811a5139ce34c429f..7683d527db656308c561db32dd264cc420bb75ff 100644 (file)
     #include "wx/app.h"
     #include "wx/dcclient.h"
     #include "wx/menu.h"
-#endif // WX_PRECOMP
-
-#include "wx/dialog.h"
-#include "wx/control.h"
-#if wxUSE_TOOLBAR
+    #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"