From: Vadim Zeitlin Date: Fri, 5 Jul 2002 12:53:34 +0000 (+0000) Subject: removed unneeded inclusion of wx/wx.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ab30ebf651082262fa87e367ac7b0485744accd removed unneeded inclusion of wx/wx.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/spinbutt.cpp b/src/msw/spinbutt.cpp index 59f3dd5bf8..ed7a317458 100644 --- a/src/msw/spinbutt.cpp +++ b/src/msw/spinbutt.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: spinbutt.cpp +// Name: msw/spinbutt.cpp // Purpose: wxSpinButton // Author: Julian Smart // Modified by: @@ -30,18 +30,16 @@ #endif #ifndef WX_PRECOMP - #include "wx/wx.h" #endif -// Can't resolve reference to CreateUpDownControl in -// TWIN32, but could probably use normal CreateWindow instead. - #if wxUSE_SPINBTN #include "wx/spinbutt.h" IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent) +// Can't resolve reference to CreateUpDownControl in +// TWIN32, but could probably use normal CreateWindow instead. #if defined(__WIN95__) && !defined(__TWIN32__) #include "wx/msw/private.h"