diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-02-12 14:11:52 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-04-30 00:47:38 +0000 |
commit | 33350ef8ff1f2e4daed332db2b67b8f20e09d5ea (patch) | |
tree | 41dcd539a622c2bfaca877e6b74b702b80b4adb2 /dbe | |
parent | bae6cbc8ca61b283efc59745ed7f1a9937444ae2 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |