]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/colordlg.cpp
added wxIsSameDouble() which wraps double comparison in a pragmas disabling icc warni...
[wxWidgets.git] / src / palmos / colordlg.cpp
index 59b60aa22857fbff4fb93a834a0d7073863b6f5c..3bcf27d4e64b0c8abaed99c503792c57545d9279 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"
 
@@ -38,6 +34,9 @@
 #include "wx/cmndata.h"
 #include "wx/colordlg.h"
 
+#include <UIColor.h>
+#include <UIControls.h>
+
 // ----------------------------------------------------------------------------
 // wxWin macros
 // ----------------------------------------------------------------------------