]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
Committing in .
[wxWidgets.git] / src / palmos / treectrl.cpp
index 41a4abbea154151f1316a223c9d02055919b1941..0c77b78c309e5b7a8fc354f09419bcd6f8b9bf23 100644 (file)
 
 #if wxUSE_TREECTRL
 
 
 #if wxUSE_TREECTRL
 
+#include "wx/treectrl.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
+#endif
+
 #include "wx/palmos/private.h"
 
 #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"
 
 #include "wx/imaglist.h"
 #include "wx/settings.h"
 
@@ -722,4 +727,3 @@ int wxTreeCtrl::GetState(const wxTreeItemId& node)
 }
 
 #endif // wxUSE_TREECTRL
 }
 
 #endif // wxUSE_TREECTRL
-