]> git.saurik.com Git - wxWidgets.git/commitdiff
fix PCH builds
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 27 Jan 2009 12:33:16 +0000 (12:33 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 27 Jan 2009 12:33:16 +0000 (12:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index a0a2e38abae791e7d7634aad61dab4e01badaf22..fcd427441b676230cd79d352229a8f5594246e8d 100644 (file)
@@ -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"