winex11: Remove some unused includes from xrandr.c.

oldstable
Henri Verbeet 2012-07-09 23:16:40 +02:00 committed by Alexandre Julliard
parent 2907913fad
commit 76725f9885
1 changed files with 0 additions and 6 deletions

View File

@ -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;