Removed unnecessary X11 includes from ddraw.h.

This commit is contained in:
Marcus Meissner 2000-08-01 20:56:29 +00:00 committed by Alexandre Julliard
parent 44d0d1907e
commit ac4c254036
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
#ifndef __WINE_DDRAW_H
#define __WINE_DDRAW_H
#include <X11/Xlib.h>
#ifdef HAVE_LIBXXSHM
#include <X11/extensions/XShm.h>
#endif /* defined(HAVE_LIBXXSHM) */
#include "winnt.h" /* LARGE_INTEGER ... */
#include "wingdi.h" /* PALETTE stuff ... */
#include "wine/obj_base.h"