]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/bitmap.cpp
Same problem for blurring functions.
[wxWidgets.git] / src / mac / classic / bitmap.cpp
index 952bb1101a7674a1ac6e401a3bbbd63480486557..beae4cbe2d0b4cfd734ad12f351b5199dce97a88 100644 (file)
 #endif
 
 #include "wx/bitmap.h"
-#include "wx/icon.h"
-#include "wx/log.h"
-#include "wx/image.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/icon.h"
+    #include "wx/image.h"
+#endif
+
 #include "wx/xpmdecod.h"
 
 #include "wx/rawbmp.h"
@@ -1433,4 +1437,3 @@ void wxBitmap::UseAlpha()
     // mask in UngetRawData()
     M_BITMAPDATA->m_hasAlpha = true;
 }
-