From f13b2eeb189de161e7766acfa7daa79dc951735f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:55:25 +0200 Subject: [PATCH] ramdr: 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 --- randr/randrstr.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/randr/randrstr.h b/randr/randrstr.h index 658edc453..009e64f1e 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -25,14 +25,11 @@ * Author: Jim Gettys, Hewlett-Packard Company, Inc. * Keith Packard, Intel Corporation */ - -#ifdef HAVE_DIX_CONFIG_H -#include -#endif - #ifndef _RANDRSTR_H_ #define _RANDRSTR_H_ +#include + #include #include #include "misc.h"