X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bc5ad8dd419d0d3e524079f8fdbe3d8c14231f..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/datectrl.cpp?ds=sidebyside diff --git a/src/palmos/datectrl.cpp b/src/palmos/datectrl.cpp index ca11de84da..c030a4c142 100644 --- a/src/palmos/datectrl.cpp +++ b/src/palmos/datectrl.cpp @@ -23,14 +23,15 @@ #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_ @@ -133,4 +134,3 @@ bool wxDatePickerCtrl::SendClickEvent() } #endif // wxUSE_DATEPICKCTRL -