mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 07:10:05 +01:00
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>
This commit is contained in:
parent
cb7de89214
commit
5b2c00d38a
2 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -450,7 +450,6 @@ if build_xorg
|
|||
'Xprintf.h',
|
||||
'callback.h',
|
||||
'client.h',
|
||||
'closestr.h',
|
||||
'closure.h',
|
||||
'colormap.h',
|
||||
'colormapst.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue