]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/cursor.mm
reSWIGed
[wxWidgets.git] / src / cocoa / cursor.mm
index 93dee084c76f8adb3d7ddb42838597956bde0a3a..3b6d6abd7fb3180c57534a85f6b54f4687852087 100644 (file)
 #pragma implementation "cursor.h"
 #endif
 
-#include "wx/cursor.h"
-#include "wx/icon.h"
+#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+    #include "wx/icon.h"
+    #include "wx/cursor.h"
+#endif //WX_PRECOMP
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)