X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..0c44ec973759a24442c3e97f3db7ad4fa5005928:/src/cocoa/cursor.mm diff --git a/src/cocoa/cursor.mm b/src/cocoa/cursor.mm index 93dee084c7..76a007999e 100644 --- a/src/cocoa/cursor.mm +++ b/src/cocoa/cursor.mm @@ -6,15 +6,18 @@ // Created: ??/??/98 // RCS-ID: $Id$ // Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ #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)