Commit 76725f98 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

winex11: Remove some unused includes from xrandr.c.

parent 2907913f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment