X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..a87f2821adee59d00f99cad1f9bcf61b0accbcb6:/src/os2/treectrl.cpp?ds=inline diff --git a/src/os2/treectrl.cpp b/src/os2/treectrl.cpp index 071a1f83e8..42ec46e572 100644 --- a/src/os2/treectrl.cpp +++ b/src/os2/treectrl.cpp @@ -32,12 +32,12 @@ #include "wx/dynarray.h" #include "wx/log.h" #include "wx/app.h" + #include "wx/settings.h" #endif #include "wx/os2/private.h" #include "wx/imaglist.h" -#include "wx/settings.h" // a macro to hide the ugliness of nested casts #define HITEM(item) (HTREEITEM)(WXHTREEITEM)(item)