]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dc.cpp
Improved wxDCPen/BrushChangers.
[wxWidgets.git] / src / palmos / dc.cpp
index 055e4226c649545e021a613c41ad6dcf804d4644..fc359b5568af913d2274d60fe4275410c9bfad87 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dc.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #include "wx/dcmemory.h"
     #include "wx/log.h"
     #include "wx/icon.h"
+    #include "wx/dcprint.h"
 #endif
 
 #include "wx/sysopt.h"
-#include "wx/dcprint.h"
 #include "wx/module.h"
 #include "wx/dynload.h"
 
@@ -501,4 +497,3 @@ private:
 IMPLEMENT_DYNAMIC_CLASS(wxDCModule, wxModule)
 
 #endif // wxUSE_DC_CACHEING
-