X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..0d1903dbda864780eec30efdc4e91776bdbfd21b:/src/xrc/xh_scrol.cpp diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index 2d46ddb697..0b0af16312 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 ///////////////////////////////////////////////////////////////////////////// @@ -18,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)