From 51260dc2d54a5f573fb37a589c4c3ab30c812d31 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:34:48 +0200 Subject: [PATCH] config: 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 --- config/config-backends.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config-backends.h b/config/config-backends.h index cb09ef5be..56ab0e32c 100644 --- a/config/config-backends.h +++ b/config/config-backends.h @@ -26,9 +26,8 @@ #ifndef XSERVER_CONFIG_BACKENDS_H #define XSERVER_CONFIG_BACKENDS_H -#ifdef HAVE_DIX_CONFIG_H #include -#endif + #include "input.h" #include "list.h"