diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 4b8cbcde7..be5944523 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -256,7 +256,6 @@ cat > sdksyms.c << EOF #include "rgb.h" #include "screenint.h" #include "scrnintstr.h" -#include "selection.h" #include "servermd.h" #include "validate.h" #include "window.h" diff --git a/include/meson.build b/include/meson.build index 3cf5ed857..a6dc4cb68 100644 --- a/include/meson.build +++ b/include/meson.build @@ -488,7 +488,6 @@ if build_xorg 'rgb.h', 'screenint.h', 'scrnintstr.h', - 'selection.h', 'servermd.h', 'validate.h', 'displaymode.h',