X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7e32a85533a126434029aac5e181f679316f67ef:/src/palmos/colordlg.cpp?ds=sidebyside

diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp
index 3bcf27d4e6..5c27e3d23a 100644
--- a/src/palmos/colordlg.cpp
+++ b/src/palmos/colordlg.cpp
@@ -24,16 +24,15 @@
     #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>