]> git.saurik.com Git - wxWidgets.git/commitdiff
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 17:00:19 +0000 (17:00 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 26 Jan 2006 17:00:19 +0000 (17:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/utils.cpp

index ba082d0a3284049e6ef1a58bf5bf5671ef4ab490..e3bb09c2fca89fb8fc2616d050090af1a3889d56 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        utils.cpp
+// Name:        src/cocoa/utils.cpp
 // Purpose:     Various utilities
 // Author:      AUTHOR
 // Modified by:
 // Purpose:     Various utilities
 // Author:      AUTHOR
 // Modified by:
@@ -9,7 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/apptrait.h"
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/apptrait.h"