(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:
Enrico Weigelt, metux IT consult 2024-07-30 12:26:40 +02:00
parent b2faddac65
commit 290df575c2

View File

@ -78,12 +78,6 @@ SOFTWARE.
#include "xf86Extensions.h"
#endif
#ifdef HAVE_XNEST_CONFIG_H
#include <xnest-config.h>
#undef COMPOSITE
#undef DPMSExtension
#endif
#include "misc.h"
#include "extension.h"
#include "extinit_priv.h"