]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
(blind) compilation fix for wxCocoa
[wxWidgets.git] / src / palmos / treectrl.cpp
index f8aa33d8a997cb75b1e5295838372f43c1fcb905..821620c2aec7b5a7fd3d16cd2a9dbbf33ea3ff4a 100644 (file)
 
 #if wxUSE_TREECTRL
 
+#include "wx/treectrl.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/palmos/private.h"
 
-#include "wx/app.h"
-#include "wx/log.h"
 #include "wx/imaglist.h"
-#include "wx/settings.h"
 
 // macros to hide the cast ugliness
 // --------------------------------