diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 5d24b9108..50f5c0958 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -251,7 +251,6 @@ cat > sdksyms.c << EOF #include "pixmapstr.h" #include "privates.h" #include "property.h" -#include "propertyst.h" #include "ptrveloc.h" #include "region.h" #include "regionstr.h" diff --git a/include/meson.build b/include/meson.build index abe540857..ee6a799cb 100644 --- a/include/meson.build +++ b/include/meson.build @@ -484,7 +484,6 @@ if build_xorg 'pixmapstr.h', 'privates.h', 'property.h', - 'propertyst.h', 'ptrveloc.h', 'region.h', 'regionstr.h',