From cc6be56d1c116ad891eb5ee57f62470dc1516099 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:35:24 +0200 Subject: [PATCH] damage: 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 --- damageext/damageextint.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/damageext/damageextint.h b/damageext/damageextint.h index a7e521dd6..95a8fd5ac 100644 --- a/damageext/damageextint.h +++ b/damageext/damageextint.h @@ -19,14 +19,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 _DAMAGEEXTINT_H_ #define _DAMAGEEXTINT_H_ +#include + #include #include #include