summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-08 16:28:58 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-03 22:46:34 +0000
commit5b2c00d38aef40feb868cc8ff5f2b3a9aab93bad (patch)
tree32c590a9417cbb68e22dfbb1dd5f2017f008cb00 /include
parentcb7de8921410882b3d6c61b43292c7aa75aa9de2 (diff)
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 <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1281>
Diffstat (limited to 'include')
-rw-r--r--include/meson.build1
1 files changed, 0 insertions, 1 deletions
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',