aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-07-13 09:28:06 +0200
committerPierre Ossman <ossman@cendio.se>2021-07-13 14:26:04 +0200
commitbbaf7b4193fdce02f25146b1008f62f62e55f860 (patch)
tree543b7a26516900ed6c4f05e0aef7f77d8989bf98 /unix/xserver
parent427fe2ecfd2f0ccc47e538b914706fc18eb0e85b (diff)
downloadtigervnc-bbaf7b4193fdce02f25146b1008f62f62e55f860.tar.gz
tigervnc-bbaf7b4193fdce02f25146b1008f62f62e55f860.zip
Remove unused headers
Diffstat (limited to 'unix/xserver')
-rw-r--r--unix/xserver/hw/vnc/xvnc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c
index 6452fdb4..9c1e04c4 100644
--- a/unix/xserver/hw/vnc/xvnc.c
+++ b/unix/xserver/hw/vnc/xvnc.c
@@ -38,16 +38,11 @@ from the X Consortium.
#include "RandrGlue.h"
#include "xorg-version.h"
-#ifdef WIN32
-#include <X11/Xwinsock.h>
-#endif
#include <stdio.h>
#include <X11/X.h>
-#define NEED_EVENTS
#include <X11/Xproto.h>
#include <X11/Xos.h>
#include "scrnintstr.h"
-#include "glx_extinit.h"
#include "servermd.h"
#include "fb.h"
#include "mi.h"
@@ -58,13 +53,11 @@ from the X Consortium.
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
-#ifndef WIN32
#include <sys/param.h>
-#endif
-#include <X11/XWDFile.h>
#include "dix.h"
#include "os.h"
#include "miline.h"
+#include "glx_extinit.h"
#include "inputstr.h"
#include "randrstr.h"
#ifdef DPMSExtension