xquartz: drop using HAVE_DIX_CONFIG_H
This symbol is always defined, and the header is always present, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
d338bf6e68
commit
638f600565
|
@ -31,9 +31,7 @@
|
||||||
#ifndef X11CONTROLLER_H
|
#ifndef X11CONTROLLER_H
|
||||||
#define X11CONTROLLER_H 1
|
#define X11CONTROLLER_H 1
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#if __OBJC__
|
#if __OBJC__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue