X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..952ebeba3401d7778d3bcee437b5d9c1f5954c15:/src/x11/cursor.cpp diff --git a/src/x11/cursor.cpp b/src/x11/cursor.cpp index 24ce2516a0..10f452ceb6 100644 --- a/src/x11/cursor.cpp +++ b/src/x11/cursor.cpp @@ -22,13 +22,13 @@ #ifdef __VMS__ #pragma message disable nosimpint #endif -#include -#include #ifdef __VMS__ #pragma message enable nosimpint #endif -#include "wx/motif/private.h" +#include "wx/x11/private.h" +#include +#include IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap) IMPLEMENT_DYNAMIC_CLASS(wxXCursor, wxObject)