X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ecff18117f8cabc0f515ad81aa4ad265e5e17d3..957eca2f20bedbd7ca13cc7128b2160ee81a4104:/src/motif/cursor.cpp diff --git a/src/motif/cursor.cpp b/src/motif/cursor.cpp index 37b680dd54..11c30421c7 100644 --- a/src/motif/cursor.cpp +++ b/src/motif/cursor.cpp @@ -17,9 +17,12 @@ #endif #include "wx/cursor.h" -#include "wx/app.h" -#include "wx/utils.h" -#include "wx/window.h" + +#ifndef WX_PRECOMP + #include "wx/app.h" + #include "wx/utils.h" + #include "wx/window.h" +#endif #if wxUSE_IMAGE #include "wx/image.h"