diff --git a/Xext/meson.build b/Xext/meson.build index 457c7ef2c..9913cc30e 100644 --- a/Xext/meson.build +++ b/Xext/meson.build @@ -44,7 +44,6 @@ endif if build_xinerama srcs_xext += ['panoramiX.c', 'panoramiXprocs.c', 'panoramiXSwap.c'] - hdrs_xext += ['panoramiX.h', 'panoramiXsrv.h'] endif if build_xsecurity diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 4176115e6..74ffd8994 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -58,10 +58,6 @@ cat > sdksyms.c << EOF #include "shmint.h" #endif #include "syncsdk.h" -#ifdef XINERAMA -# include "panoramiXsrv.h" -# include "panoramiX.h" -#endif /* glx/Makefile.am */ #ifdef GLX