mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 15:00:41 +01:00
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 <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1348>
(cherry picked from commit 17ad53c803)
This commit is contained in:
parent
ea7bf6a352
commit
5c95b2ef4a
2 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -493,7 +493,6 @@ if build_xorg
|
|||
'ptrveloc.h',
|
||||
'region.h',
|
||||
'regionstr.h',
|
||||
'registry.h',
|
||||
'resource.h',
|
||||
'rgb.h',
|
||||
'screenint.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue