(submit/xnest-config.h) mi: drop special include hack for Xnest
Now that Xnest is taking care of disbling unsupported extensions itself, no more need for the special hack in here. Including xnest-config.h also isn't needed anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b2faddac65
commit
290df575c2
|
@ -78,12 +78,6 @@ SOFTWARE.
|
||||||
#include "xf86Extensions.h"
|
#include "xf86Extensions.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_XNEST_CONFIG_H
|
|
||||||
#include <xnest-config.h>
|
|
||||||
#undef COMPOSITE
|
|
||||||
#undef DPMSExtension
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
#include "extinit_priv.h"
|
#include "extinit_priv.h"
|
||||||
|
|
Loading…
Reference in New Issue