exa: drop ifdef on HAVE_DIX_CONFIG
We always have dix-config.h, so no need for extra guard. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
8d95320217
commit
35ed325361
|
@ -26,9 +26,7 @@
|
||||||
#ifndef EXAPRIV_H
|
#ifndef EXAPRIV_H
|
||||||
#define EXAPRIV_H
|
#define EXAPRIV_H
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue