]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
Rich text lib separation.
[wxWidgets.git] / src / msw / frame.cpp
index f438b28bb7d51f767760ae78d4d5bf2b1c045267..800cd97d862c93fdfd0097c589608b6fdf389e47 100644 (file)
@@ -36,6 +36,9 @@
     #include "wx/mdi.h"
     #include "wx/panel.h"
     #include "wx/log.h"
+    #include "wx/toolbar.h"
+    #include "wx/statusbr.h"
+    #include "wx/menuitem.h"
 #endif // WX_PRECOMP
 
 #include "wx/msw/private.h"
     #include "wx/msw/winundef.h"
 #endif
 
-#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"
+#include "wx/generic/statusbr.h"
 
 #ifdef __WXUNIVERSAL__
     #include "wx/univ/theme.h"