summaryrefslogtreecommitdiff
path: root/dbe
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-12 14:11:52 +0100
committerMarge Bot <emma+marge@anholt.net>2024-04-30 00:47:38 +0000
commit33350ef8ff1f2e4daed332db2b67b8f20e09d5ea (patch)
tree41dcd539a622c2bfaca877e6b74b702b80b4adb2 /dbe
parentbae6cbc8ca61b283efc59745ed7f1a9937444ae2 (diff)
include: move private definitions out of extinit.h
Public server module API shouldn't be clobbered with private definitions, thus move them out to extinit_priv.h. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1289>
Diffstat (limited to 'dbe')
-rw-r--r--dbe/dbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbe/dbe.c b/dbe/dbe.c
index 3cf0a3ef9..b9f6690a6 100644
--- a/dbe/dbe.c
+++ b/dbe/dbe.c
@@ -45,7 +45,7 @@
#include "scrnintstr.h"
#include "extnsionst.h"
-#include "extinit.h"
+#include "extinit_priv.h"
#include "gcstruct.h"
#include "dixstruct.h"
#include "dbestruct.h"