From 35ed3253619fd9fc33871eccc18cde375b9a8648 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Apr 2025 20:09:21 +0200 Subject: [PATCH] exa: drop ifdef on HAVE_DIX_CONFIG We always have dix-config.h, so no need for extra guard. Signed-off-by: Enrico Weigelt, metux IT consult --- exa/exa_priv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/exa/exa_priv.h b/exa/exa_priv.h index f301dbbb8..52a000885 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -26,9 +26,7 @@ #ifndef EXAPRIV_H #define EXAPRIV_H -#ifdef HAVE_DIX_CONFIG_H #include -#endif #include "exa.h"