]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
minor cleanup 2 - reformatting
[wxWidgets.git] / src / palmos / treectrl.cpp
index 41a4abbea154151f1316a223c9d02055919b1941..f8aa33d8a997cb75b1e5295838372f43c1fcb905 100644 (file)
 
 #if wxUSE_TREECTRL
 
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.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"
 
@@ -722,4 +725,3 @@ int wxTreeCtrl::GetState(const wxTreeItemId& node)
 }
 
 #endif // wxUSE_TREECTRL
-