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