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>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-12 14:11:52 +01:00
committed by Marge Bot
parent bae6cbc8ca
commit 33350ef8ff
35 changed files with 77 additions and 78 deletions

View File

@@ -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"