X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c575e45a24711793f98959a1f394a9e528c3129a..da6f998486f1070e205f2e0a54f22a1b67cb32a4:/src/xrc/xh_cald.cpp diff --git a/src/xrc/xh_cald.cpp b/src/xrc/xh_cald.cpp index 2f9399a2db..28c60ecad4 100644 --- a/src/xrc/xh_cald.cpp +++ b/src/xrc/xh_cald.cpp @@ -1,17 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_cald.cpp +// Name: src/xrc/xh_cald.cpp // Purpose: XRC resource for wxCalendarCtrl // Author: Brian Gavin // Created: 2000/09/09 -// RCS-ID: $Id$ // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "xh_cald.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,7 +17,11 @@ #if wxUSE_XRC && wxUSE_CALENDARCTRL #include "wx/xrc/xh_cald.h" -#include "wx/event.h" + +#ifndef WX_PRECOMP + #include "wx/event.h" +#endif //WX_PRECOMP + #include "wx/calctrl.h" IMPLEMENT_DYNAMIC_CLASS(wxCalendarCtrlXmlHandler, wxXmlResourceHandler)