X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..c0f482800af7951308adeaee5072527dd6d5fe5f:/src/os2/treectrl.cpp?ds=sidebyside diff --git a/src/os2/treectrl.cpp b/src/os2/treectrl.cpp index da60f7a692..071a1f83e8 100644 --- a/src/os2/treectrl.cpp +++ b/src/os2/treectrl.cpp @@ -26,17 +26,18 @@ #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/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)