X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/082642722c2d2299f9abeb4e7046b6ce19989abb..48f625bc2ce81132a2a8c2d7c524a03f1b7196e5:/src/cocoa/cursor.mm?ds=sidebyside diff --git a/src/cocoa/cursor.mm b/src/cocoa/cursor.mm index c6adebd707..14499cfff5 100644 --- a/src/cocoa/cursor.mm +++ b/src/cocoa/cursor.mm @@ -9,10 +9,6 @@ // Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "cursor.h" -#endif - #include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/icon.h" @@ -21,11 +17,9 @@ #import #import -#include +#include "wx/cocoa/string.h" -#if !USE_SHARED_LIBRARIES IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap) -#endif typedef struct tagClassicCursor {