]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/app.mm
fixed all the other ports broken by controls labels in wxToolBar patch commit
[wxWidgets.git] / src / cocoa / app.mm
index 18570e9c94fb32258c37f4fd343a8ca4b8441d77..a246c4c211719a2522930e6671528acd4e36f80b 100644 (file)
 
 #include "wx/wxprec.h"
 
+#include "wx/app.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
     #include "wx/dc.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
-
 #include "wx/cocoa/ObjcPose.h"
 #include "wx/cocoa/autorelease.h"
 #include "wx/cocoa/mbarman.h"