summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-18 17:48:26 +0100
committerMarge Bot <emma+marge@anholt.net>2024-04-23 02:18:02 +0000
commit75cf29fe6c4728393ee0158360aaee512f2232d8 (patch)
tree7e3fea5b95cd339f757ff2a9611c24843b28ceff /hw
parentfeb5c785fc116181a41cd2abdd3559ba105369d0 (diff)
dbe: unexport dbestruct.hHEADmaster
This include isn't used by any (known) driver nor included by any other public header, so no need to keep it in the public module API. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1422>
Diffstat (limited to 'hw')
-rwxr-xr-xhw/xfree86/sdksyms.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh
index 0ae78e92d..c3ed36401 100755
--- a/hw/xfree86/sdksyms.sh
+++ b/hw/xfree86/sdksyms.sh
@@ -208,12 +208,6 @@ cat > sdksyms.c << EOF
#include "rrtransform.h"
-/* dbe/Makefile.am -- module */
-#ifdef DBE
-#include "dbestruct.h"
-#endif
-
-
/* exa/Makefile.am -- module */
/*
#include "exa.h"