]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/colour.cpp
Show use use of both wxNativePixelData and wxAlphaPixelData
[wxWidgets.git] / src / palmos / colour.cpp
index 750742787f27e48caca6887f070cf38ad8e10267..73a0a66c7446fac36f7c9beff9ce85439d2b12b4 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/colour.h"
-
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
 
-#include "wx/gdicmn.h"
+#include "wx/colour.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
 
 #include <string.h>