From bbaf7b4193fdce02f25146b1008f62f62e55f860 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 13 Jul 2021 09:28:06 +0200 Subject: [PATCH] Remove unused headers --- unix/xserver/hw/vnc/xvnc.c | 9 +-------- 1 file changed, 1 insertion(+), 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 -#endif #include #include -#define NEED_EVENTS #include #include #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 #include #include -#ifndef WIN32 #include -#endif -#include #include "dix.h" #include "os.h" #include "miline.h" +#include "glx_extinit.h" #include "inputstr.h" #include "randrstr.h" #ifdef DPMSExtension -- 2.39.5