From 17ad53c803e06a9e835aae65da057e6c7256c040 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 1 Mar 2024 10:37:50 +0100 Subject: [PATCH] include: unexport registry.h This file isn't included by any known modules, so no need to keep it around in the public api. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/sdksyms.sh | 1 - include/meson.build | 1 - 2 files changed, 2 deletions(-) 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',