From 03a62a0ccb7f1ab7814bc88b39d5201bd82f0deb Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 17 May 2005 20:12:53 +0000 Subject: [PATCH] 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 --- src/msw/treectrl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 // -------------------------------- -- 2.45.2