From a3b5fac7862708a5d2e229dbeef391aa095b3941 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 8 Jul 2025 19:42:09 +0200 Subject: [PATCH] composite: 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 --- composite/compint.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composite/compint.h b/composite/compint.h index 3a91914f9..ca333443f 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -40,14 +40,11 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef _COMPINT_H_ #define _COMPINT_H_ +#include + #include "dix/screen_hooks_priv.h" #include "misc.h"