From f3ce75a57d86ce4178d0cf0df03ee6fa7dec0be0 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 019375756..18930947a 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"