X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/082642722c2d2299f9abeb4e7046b6ce19989abb..c77a67962c2f50a872491869fcf1a6c082fdc6c6:/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 {