From: Włodzimierz Skiba Date: Tue, 17 May 2005 20:12:53 +0000 (+0000) Subject: Include common controls before completing it with missing.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03a62a0ccb7f1ab7814bc88b39d5201bd82f0deb Include common controls before completing it with missing.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/treectrl.cpp b/src/msw/treectrl.cpp index 438cb312c0..c5ce30eada 100644 --- a/src/msw/treectrl.cpp +++ b/src/msw/treectrl.cpp @@ -30,6 +30,9 @@ #if wxUSE_TREECTRL +// include "properly" +#include "wx/msw/wrapcctl.h" + #include "wx/msw/private.h" #include "wx/msw/missing.h" @@ -45,9 +48,6 @@ #include "wx/msw/treectrl.h" #include "wx/msw/dragimag.h" -// include "properly" -#include "wx/msw/wrapcctl.h" - // macros to hide the cast ugliness // --------------------------------