From 873e01fbd9ed4b9ee00ef5694e04cd05ff56fa99 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 23 Sep 2025 19:58:50 +0200 Subject: [PATCH] include: globals.h: drop unnecessary includes Signed-off-by: Enrico Weigelt, metux IT consult --- include/globals.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/globals.h b/include/globals.h index 48f18241b0..04fc43d063 100644 --- a/include/globals.h +++ b/include/globals.h @@ -1,17 +1,9 @@ - #ifndef _XSERV_GLOBAL_H_ #define _XSERV_GLOBAL_H_ #include #include -#include "window.h" /* for WindowPtr */ -#include "extinit.h" -#ifdef DPMSExtension -/* sigh, too many drivers assume this */ -#include -#endif - /* Global X server variables that are visible to mi, dix, os, and ddx */ extern _X_EXPORT const char *defaultFontPath;