X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18f3decb46a80b38801dd6590d08eb525d3a3963..3f4a2351e4c677c88c18ea812b609477adee7380:/src/mac/classic/cursor.cpp diff --git a/src/mac/classic/cursor.cpp b/src/mac/classic/cursor.cpp index 1b90a15ac5..d299c18b34 100644 --- a/src/mac/classic/cursor.cpp +++ b/src/mac/classic/cursor.cpp @@ -15,10 +15,14 @@ #pragma hdrstop #endif -#include "wx/app.h" #include "wx/cursor.h" -#include "wx/icon.h" -#include "wx/image.h" + +#ifndef WX_PRECOMP + #include "wx/app.h" + #include "wx/icon.h" + #include "wx/image.h" +#endif // WX_PRECOMP + #include "wx/xpmdecod.h" #include "wx/mac/private.h"