]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/treectrl.cpp
fixed crash in <sub/sup> handling (bug #1545152)
[wxWidgets.git] / src / os2 / treectrl.cpp
index da60f7a692466703edc33293709b928e8f095905..42ec46e5724ecf41da5669bb7017a4e830f6bb41 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/os2/private.h"
 
-#include "wx/app.h"
-#include "wx/log.h"
 #include "wx/imaglist.h"
-#include "wx/settings.h"
-#include "wx/os2/treectrl.h"
 
 // a macro to hide the ugliness of nested casts
 #define HITEM(item)     (HTREEITEM)(WXHTREEITEM)(item)