X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/palmos/treectrl.cpp diff --git a/src/palmos/treectrl.cpp b/src/palmos/treectrl.cpp index f8aa33d8a9..821620c2ae 100644 --- a/src/palmos/treectrl.cpp +++ b/src/palmos/treectrl.cpp @@ -26,16 +26,18 @@ #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/palmos/private.h" -#include "wx/app.h" -#include "wx/log.h" #include "wx/imaglist.h" -#include "wx/settings.h" // macros to hide the cast ugliness // --------------------------------