diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 4df88f63f..56037110a 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -265,7 +265,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 2dd216f0b..3e0805670 100644 --- a/include/meson.build +++ b/include/meson.build @@ -485,7 +485,6 @@ if build_xorg 'rgb.h', 'screenint.h', 'scrnintstr.h', - 'selection.h', 'servermd.h', 'validate.h', 'displaymode.h',