]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Added missing wx_aui.dsp file
[wxWidgets.git] / src / msw / statbr95.cpp
index 2fbcb7fe5265894b7299540ad2b0b17b3231350d..3c774a2457f182d7ad622651e543ee3c191fc6dc 100644 (file)
   #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-  #include "wx/frame.h"
-  #include "wx/settings.h"
-  #include "wx/dcclient.h"
-#endif
-
 #if wxUSE_STATUSBAR && wxUSE_NATIVE_STATUSBAR
 
-#include "wx/intl.h"
-#include "wx/log.h"
 #include "wx/statusbr.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/frame.h"
+    #include "wx/settings.h"
+    #include "wx/dcclient.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/msw/private.h"
 #include <windowsx.h>