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:
parent
79b0831f1c
commit
5fa75a7bf4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue