From 9b3912f2ffcf911ea156b2e0d7672f299ce1ca4d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 8 Jul 2025 19:46:20 +0200 Subject: [PATCH] mi: miscanfill.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/miscanfill.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mi/miscanfill.h b/mi/miscanfill.h index 7fba199de..7d8493397 100644 --- a/mi/miscanfill.h +++ b/mi/miscanfill.h @@ -25,13 +25,10 @@ other dealings in this Software without prior written authorization from The Open Group. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef SCANFILLINCLUDED #define SCANFILLINCLUDED + +#include /* * scanfill.h *