X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/524065c14ec6c77eec0fb0975418be0fabdd1d3a..6f026b5b63fe7ccb025e84509886f74772b9df13:/src/xrc/xh_scrol.cpp?ds=sidebyside diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index bbb52bdbd2..0b0af16312 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -1,17 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.cpp +// Name: src/xrc/xh_scrol.cpp // Purpose: XRC resource for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 -// RCS-ID: $Id$ // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_scrol.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,7 +17,10 @@ #if wxUSE_XRC && wxUSE_SCROLLBAR #include "wx/xrc/xh_scrol.h" -#include "wx/scrolbar.h" + +#ifndef WX_PRECOMP + #include "wx/scrolbar.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxScrollBarXmlHandler, wxXmlResourceHandler)