From e6b2a9a9ac24606555dda240369c92d129a4a8da Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 30 Jul 2024 12:26:40 +0200 Subject: [PATCH] (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 --- mi/miinitext.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mi/miinitext.c b/mi/miinitext.c index 04f320118..5a8a86059 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -70,22 +70,13 @@ SOFTWARE. * the sale, use or other dealings in this Software without prior written * authorization from the copyright holder(s) and author(s). */ - -#ifdef HAVE_DIX_CONFIG_H #include -#endif #ifdef HAVE_XORG_CONFIG_H #include #include "xf86Extensions.h" #endif -#ifdef HAVE_XNEST_CONFIG_H -#include -#undef COMPOSITE -#undef DPMSExtension -#endif - #include "misc.h" #include "extension.h" #include "extinit_priv.h"