From: Stefan Csomor Date: Tue, 4 Jan 2011 11:17:25 +0000 (+0000) Subject: removing msw dependency in non-precomp build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8261989803268d7cfa3e83634686d3abfdd0c3b3 removing msw dependency in non-precomp build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/checklstcmn.cpp b/src/common/checklstcmn.cpp index 4b8beeafd7..64012b99e4 100644 --- a/src/common/checklstcmn.cpp +++ b/src/common/checklstcmn.cpp @@ -29,7 +29,6 @@ #include "wx/checklst.h" #ifndef WX_PRECOMP - #include "wx/msw/wrapcctl.h" #include "wx/object.h" #include "wx/colour.h" #include "wx/font.h"