]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
wxStatusBarGeneric is used directly so the header needs to be included too
[wxWidgets.git] / src / os2 / frame.cpp
index c909d19d1638ce2503b65cdf3a0f3855ebddabbe..7555185986287989153dbd3354eab4c997bff82d 100644 (file)
     #include "wx/settings.h"
     #include "wx/dcclient.h"
     #include "wx/mdi.h"
+    #include "wx/toolbar.h"
+    #include "wx/statusbr.h"
+    #include "wx/menuitem.h"
 #endif // WX_PRECOMP
 
 #include "wx/os2/private.h"
 
-#if wxUSE_STATUSBAR
-    #include "wx/statusbr.h"
-    #include "wx/generic/statusbr.h"
-#endif // wxUSE_STATUSBAR
-
-#if wxUSE_TOOLBAR
-    #include "wx/toolbar.h"
-#endif // wxUSE_TOOLBAR
-
-#include "wx/menuitem.h"
-
 // ----------------------------------------------------------------------------
 // globals
 // ----------------------------------------------------------------------------