+
+#if wxUSE_DATEPICKCTRL
+ #include "wx/datectrl.h"
+ #if wxUSE_DATEPICKCTRL_GENERIC
+ #include "wx/generic/datectrl.h"
+ #endif // wxUSE_DATEPICKCTRL_GENERIC
+#endif // wxUSE_DATEPICKCTRL
+
+// the application icon (under Windows and OS/2 it is in resources and even
+// though we could still include the XPM here it would be unused)
+#if !defined(__WXMSW__) && !defined(__WXPM__)
+ #include "../sample.xpm"
+#endif