#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 <Control.h>
+#include <SelDay.h>
+
IMPLEMENT_DYNAMIC_CLASS(wxDatePickerCtrl, wxControl)
// ============================================================================
}
#endif // wxUSE_DATEPICKCTRL
-