diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 8083ad24b..12b4534f7 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -270,7 +270,6 @@ cat > sdksyms.c << EOF #include "ptrveloc.h" #include "region.h" #include "regionstr.h" -#include "registry.h" #include "resource.h" #include "rgb.h" #include "screenint.h" diff --git a/include/meson.build b/include/meson.build index a7c398468..014dd8932 100644 --- a/include/meson.build +++ b/include/meson.build @@ -489,7 +489,6 @@ if build_xorg 'ptrveloc.h', 'region.h', 'regionstr.h', - 'registry.h', 'resource.h', 'rgb.h', 'screenint.h',