X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..aa2f364e34bc8798f68a1585d089bdf11f56e648:/src/os2/treectrl.cpp diff --git a/src/os2/treectrl.cpp b/src/os2/treectrl.cpp index f95caad05b..42ec46e572 100644 --- a/src/os2/treectrl.cpp +++ b/src/os2/treectrl.cpp @@ -31,13 +31,13 @@ #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)