diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 96a8edefd..1f7dfd4d7 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -252,7 +252,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 994b4cfba..ac4a60520 100644 --- a/include/meson.build +++ b/include/meson.build @@ -485,7 +485,6 @@ if build_xorg 'pixmapstr.h', 'privates.h', 'property.h', - 'propertyst.h', 'ptrveloc.h', 'region.h', 'regionstr.h',