Skip to content

Commit 16df82b

Browse files
committed
[PR #1357] include: globals.h: drop unnecessary includes
PR: #1357
1 parent 2dacd81 commit 16df82b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/globals.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
21
#ifndef _XSERV_GLOBAL_H_
32
#define _XSERV_GLOBAL_H_
43

54
#include <X11/Xdefs.h>
65
#include <X11/Xfuncproto.h>
76

8-
#include "window.h" /* for WindowPtr */
9-
#include "extinit.h"
10-
#ifdef DPMSExtension
11-
/* sigh, too many drivers assume this */
12-
#include <X11/extensions/dpmsconst.h>
13-
#endif
14-
157
/* Global X server variables that are visible to mi, dix, os, and ddx */
168

179
extern _X_EXPORT int monitorResolution;

0 commit comments

Comments
 (0)