]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
(blind) compilation fix for wxCocoa
[wxWidgets.git] / src / palmos / treectrl.cpp
index 41a4abbea154151f1316a223c9d02055919b1941..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/dynarray.h"
 #include "wx/imaglist.h"
-#include "wx/settings.h"
 
 // macros to hide the cast ugliness
 // --------------------------------
@@ -722,4 +727,3 @@ int wxTreeCtrl::GetState(const wxTreeItemId& node)
 }
 
 #endif // wxUSE_TREECTRL
-