]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/colordlg.cpp
wxGetOsVersion() compilation andl inking fixes for wxMac
[wxWidgets.git] / src / palmos / colordlg.cpp
index 3bcf27d4e64b0c8abaed99c503792c57545d9279..5c27e3d23a43c24e5dc67a62a5ef74589471e3d7 100644 (file)
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include "wx/defs.h"
-    #include "wx/intl.h"
-#endif
-
 #if wxUSE_COLOURDLG
 
-#include "wx/cmndata.h"
 #include "wx/colordlg.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/cmndata.h"
+#endif
+
 #include <UIColor.h>
 #include <UIControls.h>