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>
(cherry picked from commit 5b2c00d38a)
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-08 16:28:58 +01:00 committed by Alan Coopersmith
parent f800655954
commit 6e9b908c13
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -452,7 +452,6 @@ if build_xorg
'Xprintf.h',
'callback.h',
'client.h',
'closestr.h',
'closure.h',
'colormap.h',
'colormapst.h',