X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/src/x11/palette.cpp?ds=sidebyside diff --git a/src/x11/palette.cpp b/src/x11/palette.cpp index ef2b2597a6..eb5cb7bdf1 100644 --- a/src/x11/palette.cpp +++ b/src/x11/palette.cpp @@ -46,11 +46,11 @@ not the functionality that wxPalette::Create() aims to provide. #ifdef __VMS__ #pragma message disable nosimpint #endif -#include + #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)