X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df57c15cce0a46071ffbbad00cb02c196361d37c..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/datectrl.cpp diff --git a/src/palmos/datectrl.cpp b/src/palmos/datectrl.cpp index 88206bc61b..c030a4c142 100644 --- a/src/palmos/datectrl.cpp +++ b/src/palmos/datectrl.cpp @@ -23,19 +23,23 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#endif - #if wxUSE_DATEPICKCTRL #include "wx/datectrl.h" -#include "wx/app.h" -#include "wx/intl.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/app.h" +#endif + #include "wx/dynlib.h" #define _WX_DEFINE_DATE_EVENTS_ #include "wx/dateevt.h" +#include +#include + IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl) // ============================================================================ @@ -130,4 +134,3 @@ bool wxDatePickerCtrl::SendClickEvent() } #endif // wxUSE_DATEPICKCTRL -