From cec02e71cb25ae6520f4c51a56a9ccb2bce84ff8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 8 Jul 2025 19:49:27 +0200 Subject: [PATCH] mi: mivalidate.h: drop unnecessary check for HAVE_DIX_CONFIG_H The symbol is always defined, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult --- mi/mivalidate.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mi/mivalidate.h b/mi/mivalidate.h index 4c64ab34e..62c5d797f 100644 --- a/mi/mivalidate.h +++ b/mi/mivalidate.h @@ -25,14 +25,11 @@ other dealings in this Software without prior written authorization from The Open Group. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef MIVALIDATE_H #define MIVALIDATE_H +#include + #include "regionstr.h" typedef union _Validate {