]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/colordlg.cpp
wxUSE_PROPGRID is now recognized by source and header files
[wxWidgets.git] / src / palmos / colordlg.cpp
index 8811a607dd462e94dc160a72581fd32daff24b1c..5c27e3d23a43c24e5dc67a62a5ef74589471e3d7 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "colordlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #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>