From 093b8befad9ad370d882f8a01b897604fd65b1d2 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:34:08 +0200 Subject: [PATCH] composite: 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 --- 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"