]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/palette.cpp
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / src / x11 / palette.cpp
index ef2b2597a6dacf5ddfee089eef663a775cd16a6d..eb5cb7bdf1cbcd13d980bd170adafb72b73ae579 100644 (file)
@@ -46,11 +46,11 @@ not the functionality that wxPalette::Create() aims to provide.
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif
-#include <Xm/Xm.h>
+
 #ifdef __VMS__
 #pragma message enable nosimpint
 #endif
-#include "wx/motif/private.h"
+#include "wx/x11/private.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
 IMPLEMENT_DYNAMIC_CLASS(wxXPalette, wxObject)