From 7b930592e624c3cc8d803dfccc08bc20a0f911e4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 10 Feb 2026 10:45:38 +0100 Subject: [PATCH] xfixes: drop including dix-config.h All xserver sources need to include it at the very top anyways, so no need to clutter public SDK headers with extra complexity. Signed-off-by: Enrico Weigelt, metux IT consult --- xfixes/xfixes.h | 4 ---- xfixes/xfixesint.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/xfixes/xfixes.h b/xfixes/xfixes.h index 31f0e13161..f9ed5e6b01 100644 --- a/xfixes/xfixes.h +++ b/xfixes/xfixes.h @@ -23,10 +23,6 @@ #ifndef _XFIXES_H_ #define _XFIXES_H_ -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #include "resource.h" extern RESTYPE RegionResType; diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h index 04fb237332..38ac7cd46d 100644 --- a/xfixes/xfixesint.h +++ b/xfixes/xfixesint.h @@ -45,10 +45,6 @@ #ifndef _XFIXESINT_H_ #define _XFIXESINT_H_ -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #include #include #include