From 290df575c25bd94c1af69607ebf588b72f396fb0 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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mi/miinitext.c b/mi/miinitext.c index 348198b93..1764f94fc 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -78,12 +78,6 @@ SOFTWARE. #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"