]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/treectrl.cpp
More RTL fixes.
[wxWidgets.git] / src / os2 / treectrl.cpp
index f95caad05b691da27f1731fa764f6297907d0c92..42ec46e5724ecf41da5669bb7017a4e830f6bb41 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/os2/private.h"
 
-#include "wx/app.h"
 #include "wx/imaglist.h"
-#include "wx/settings.h"
 
 // a macro to hide the ugliness of nested casts
 #define HITEM(item)     (HTREEITEM)(WXHTREEITEM)(item)