From 8eb70310994882f9be18154e0d5cb98f732b919a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 9 Sep 2024 16:38:12 +0200 Subject: [PATCH] (!1680) os: log: drop unncessary HAVE_DIX_CONFIG It's always defined and dix-config.h is always present, so need for the extra check. Signed-off-by: Enrico Weigelt, metux IT consult --- os/log.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/log.c b/os/log.c index 0d9b5d134..2482f046d 100644 --- a/os/log.c +++ b/os/log.c @@ -75,9 +75,7 @@ OR PERFORMANCE OF THIS SOFTWARE. * authorization from the copyright holder(s) and author(s). */ -#ifdef HAVE_DIX_CONFIG_H #include -#endif #include #include