From 83a1e38ab59eaa5dde0c440f9fe34fb27f337102 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:54:56 +0200 Subject: [PATCH] mi: 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 --- mi/miinitext.h | 5 ----- mi/mioverlay.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/mi/miinitext.h b/mi/miinitext.h index a1ceb9aa8..1d0ba878c 100644 --- a/mi/miinitext.h +++ b/mi/miinitext.h @@ -70,11 +70,6 @@ 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 - #ifndef MIINITEXT_H #define MIINITEXT_H diff --git a/mi/mioverlay.h b/mi/mioverlay.h index 420a846c2..b28333cf7 100644 --- a/mi/mioverlay.h +++ b/mi/mioverlay.h @@ -1,8 +1,3 @@ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef __MIOVERLAY_H #define __MIOVERLAY_H