diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index b02ce8e62..28bd9d0c9 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -255,7 +255,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 c98ff3663..4f0889591 100644 --- a/include/meson.build +++ b/include/meson.build @@ -487,7 +487,6 @@ if build_xorg 'rgb.h', 'screenint.h', 'scrnintstr.h', - 'selection.h', 'servermd.h', 'validate.h', 'displaymode.h',