xfree86: common: move private defs out of xf86VGAarbiter.h

public server module API headers shouldn't be clobbered with non-exported
definitions, so move them out to private header file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-09 17:42:35 +01:00
parent 79b0831f1c
commit 5fa75a7bf4

View File

@ -85,7 +85,7 @@
#include "randrstr.h"
#include "xf86Bus.h"
#ifdef XSERVER_LIBPCIACCESS
#include "xf86VGAarbiter.h"
#include "xf86VGAarbiter_priv.h"
#endif
#include "globals.h"
#include "xserver-properties.h"