From ed4cf4e813e843048cd2acfa1c24b65afc0e10cf Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:36:07 +0200 Subject: [PATCH] dbe: 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 --- dbe/midbe.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dbe/midbe.h b/dbe/midbe.h index 0193757568..18930947a8 100644 --- a/dbe/midbe.h +++ b/dbe/midbe.h @@ -28,14 +28,11 @@ * Header file for users of machine-independent DBE code * *****************************************************************************/ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef MIDBE_H #define MIDBE_H +#include + #include "dix/screen_hooks_priv.h" #include "include/privates.h"