X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..db60c20db8321d7fb0604e33fe7288ddb38c496e:/src/palmos/colordlg.cpp?ds=inline

diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp
index d2edc5154b..5c27e3d23a 100644
--- a/src/palmos/colordlg.cpp
+++ b/src/palmos/colordlg.cpp
@@ -24,15 +24,15 @@
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #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>