]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/treectrl.cpp
allow to specify the value for unknown ids in GetXRCID() (patch 1448981)
[wxWidgets.git] / src / palmos / treectrl.cpp
index f8aa33d8a997cb75b1e5295838372f43c1fcb905..0c77b78c309e5b7a8fc354f09419bcd6f8b9bf23 100644 (file)
 
 #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/app.h"
-#include "wx/log.h"
 #include "wx/imaglist.h"
 #include "wx/settings.h"