From: Stefan Csomor <csomor@advancedconcepts.ch> Date: Tue, 4 Jan 2011 11:41:43 +0000 (+0000) Subject: removing msw dependency in non-precomp build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6e45339c29c8d654569fdcb60851d24e9e745a05 removing msw dependency in non-precomp build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/spinbtncmn.cpp b/src/common/spinbtncmn.cpp index ed6848d61a..b89d1ef1db 100644 --- a/src/common/spinbtncmn.cpp +++ b/src/common/spinbtncmn.cpp @@ -25,7 +25,6 @@ #endif #ifndef WX_PRECOMP - #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly" #include "wx/app.h" #endif