From: Francesco Montorsi Date: Tue, 27 Jan 2009 12:33:16 +0000 (+0000) Subject: fix PCH builds X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74491934c65e4e15f91f4434dada4944f05a54b0?ds=inline fix PCH builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index a0a2e38aba..fcd427441b 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -24,7 +24,6 @@ #if wxUSE_LISTCTRL #include "wx/listctrl.h" -#include "wx/generic/private/listctrl.h" #if ((!defined(__WXMSW__) && !(defined(__WXMAC__) && wxOSX_USE_CARBON)) || defined(__WXUNIVERSAL__)) // if we have a native version, its implementation file does all this @@ -49,6 +48,7 @@ #include "wx/imaglist.h" #include "wx/renderer.h" +#include "wx/generic/private/listctrl.h" #ifdef __WXMAC__ #include "wx/osx/private.h"