]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
use wxHashMap, not wxHashTable in wxXPMDecoder
[wxWidgets.git] / src / x11 / cursor.cpp
index 24ce2516a07ba91ac5d28449f00b28a113dde5a5..10f452ceb64e2ac164c4cfc8a902edd003caa7d4 100644 (file)
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif
-#include <Xm/Xm.h>
-#include <X11/cursorfont.h>
 #ifdef __VMS__
 #pragma message enable nosimpint
 #endif
 
-#include "wx/motif/private.h"
+#include "wx/x11/private.h"
+#include <X11/cursorfont.h>
+#include <X11/Xutil.h>
 
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
 IMPLEMENT_DYNAMIC_CLASS(wxXCursor, wxObject)