From 7310580f86585ea674ae685e146a08224101810c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:56:03 +0200 Subject: [PATCH] xfixes: 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 --- xfixes/xfixes.h | 7 ++----- xfixes/xfixesint.h | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/xfixes/xfixes.h b/xfixes/xfixes.h index 23f31cde4..2f9e870b5 100644 --- a/xfixes/xfixes.h +++ b/xfixes/xfixes.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 _XFIXES_H_ #define _XFIXES_H_ +#include + #include "resource.h" extern RESTYPE RegionResType; diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h index 6e606d00a..cec0119ca 100644 --- a/xfixes/xfixesint.h +++ b/xfixes/xfixesint.h @@ -41,14 +41,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 _XFIXESINT_H_ #define _XFIXESINT_H_ +#include + #include #include #include