From 79ad9400217d675d4b6d9d9ebde87030ff0df4d9 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 9 Sep 2024 16:38:12 +0200 Subject: [PATCH] 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 Part-of: --- os/log.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/log.c b/os/log.c index 2df75f491..a1e9cad55 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