#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_
}
#endif // wxUSE_DATEPICKCTRL
-