From fe7e99f58ca626f46d3b946855df6a0cedc4142a 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 eb77599645..78a0cbcf06 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;