Henri Verbeet : winex11: Remove some unused includes from xrandr.c.

Alexandre Julliard julliard at winehq.org
Tue Jul 10 19:01:42 CDT 2012


Module: wine
Branch: master
Commit: 76725f9885653fc9e9e4230179759c1638751d0b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=76725f9885653fc9e9e4230179759c1638751d0b

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Jul  9 23:16:40 2012 +0200

winex11: Remove some unused includes from xrandr.c.

---

 dlls/winex11.drv/xrandr.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c
index 4d988ef..6e1987e 100644
--- a/dlls/winex11.drv/xrandr.c
+++ b/dlls/winex11.drv/xrandr.c
@@ -21,20 +21,14 @@
 #include "config.h"
 #include "wine/port.h"
 #include "wine/debug.h"
-#include <string.h>
-#include <stdio.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(xrandr);
 
 #ifdef SONAME_LIBXRANDR
 
-#include <X11/Xlib.h>
 #include <X11/extensions/Xrandr.h>
 #include "x11drv.h"
 
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
 #include "wine/library.h"
 
 static void *xrandr_handle;




More information about the wine-cvs mailing list