From 39165ce962b9b139e46b4bb4a53c64f62b0439b8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:54:10 +0200 Subject: [PATCH] xfree86: 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 --- hw/xfree86/common/xf86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 463adfdca..535796479 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -37,7 +37,7 @@ #ifdef HAVE_XORG_CONFIG_H #include -#elif HAVE_DIX_CONFIG_H +#else #include #endif