From ac568d017da3cfde5f5b75de9096fc6fc65ebf95 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 10 Feb 2026 12:43:04 +0100 Subject: [PATCH] test: drop unncessary include of dix-config.h from headers This header needs to be included at the top of source files, should not be done from other headers. Signed-off-by: Enrico Weigelt, metux IT consult --- test/xi2/protocol-common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/xi2/protocol-common.h b/test/xi2/protocol-common.h index 51b3473dc6..54efcc6dcd 100644 --- a/test/xi2/protocol-common.h +++ b/test/xi2/protocol-common.h @@ -24,10 +24,6 @@ #ifndef PROTOCOL_COMMON_H #define PROTOCOL_COMMON_H -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #include "dix/resource_priv.h" #include "scrnintstr.h"