From 7daa4e58b8d6a1d60c5b1853172cff7dd997c09f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 11 Feb 2026 11:48:40 +0100 Subject: [PATCH] config: don't include dix-config.h in header The dix-config.h file needs to be included by sources at the very top, it shouldn't be included by other headers. Signed-off-by: Enrico Weigelt, metux IT consult --- config/config-backends.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config-backends.h b/config/config-backends.h index 56ab0e32c2..3756b3d5ae 100644 --- a/config/config-backends.h +++ b/config/config-backends.h @@ -26,8 +26,6 @@ #ifndef XSERVER_CONFIG_BACKENDS_H #define XSERVER_CONFIG_BACKENDS_H -#include - #include "input.h" #include "list.h"