X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..cdbce971ecd2a3f39ddcc56c0ef7769663fbdf23:/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)