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 /xkb/xkb.c | |
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 'xkb/xkb.c')
-rw-r--r-- | xkb/xkb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "inputstr.h" #include <xkbsrv.h> #include "extnsionst.h" -#include "extinit.h" +#include "extinit_priv.h" #include "xace.h" #include "xkb-procs.h" #include "protocol-versions.h" |