From 5b2c00d38aef40feb868cc8ff5f2b3a9aab93bad Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 8 Feb 2024 16:28:58 +0100 Subject: [PATCH] include: drop closestr.h from public module API None of the public module API functions use the types defined in here, this file isn't even included anywhere (in the public headers). Thus it doesn't seem to be needed in the public API at all - so make it private. 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 5fd5b5c2f..8083ad24b 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -231,7 +231,6 @@ cat > sdksyms.c << EOF /* include/Makefile.am */ #include "XIstubs.h" #include "Xprintf.h" -#include "closestr.h" #include "closure.h" #include "colormap.h" #include "colormapst.h" diff --git a/include/meson.build b/include/meson.build index c109bcc40..7d83273b9 100644 --- a/include/meson.build +++ b/include/meson.build @@ -450,7 +450,6 @@ if build_xorg 'Xprintf.h', 'callback.h', 'client.h', - 'closestr.h', 'closure.h', 'colormap.h', 'colormapst.h',