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;