dbe: 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
fc9bd6b175
commit
f3ce75a57d
|
@ -28,14 +28,11 @@
|
||||||
* Header file for users of machine-independent DBE code
|
* Header file for users of machine-independent DBE code
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef MIDBE_H
|
#ifndef MIDBE_H
|
||||||
#define MIDBE_H
|
#define MIDBE_H
|
||||||
|
|
||||||
|
#include <dix-config.h>
|
||||||
|
|
||||||
#include "dix/screen_hooks_priv.h"
|
#include "dix/screen_hooks_priv.h"
|
||||||
#include "include/privates.h"
|
#include "include/privates.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue