Removed some unnecessary inclusions of gdi.h.

This commit is contained in:
Alexandre Julliard 2004-01-20 22:48:57 +00:00
parent f20ce3b816
commit 294c8af60b
19 changed files with 17 additions and 15 deletions

View File

@ -18,6 +18,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdlib.h>
@ -30,8 +31,8 @@
#include "wgl.h"
#include "opengl_ext.h"
#include "wine/library.h"
#include "wine/debug.h"
#include "wine/port.h"
WINE_DEFAULT_DEBUG_CHANNEL(opengl);

View File

@ -20,7 +20,7 @@
#ifndef __DLLS_OPENGL32_WGL_H
#define __DLLS_OPENGL32_WGL_H
#include "gdi.h"
#include "wingdi.h"
typedef void *HGLRC;

View File

@ -22,7 +22,6 @@
#include <string.h>
#include "gdi.h"
#include "ttydrv.h"
#include "winbase.h"
#include "wine/debug.h"

View File

@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "gdi.h"
#include "wine/debug.h"
#include "ttydrv.h"

View File

@ -20,7 +20,6 @@
#include "config.h"
#include "gdi.h"
#include "ttydrv.h"
#include "wine/debug.h"

View File

@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "dinput.h"
#include "gdi.h"
#include "ttydrv.h"
#include "wine/debug.h"

View File

@ -20,11 +20,11 @@
#include "config.h"
#include "gdi.h"
#include "ttydrv.h"
#include "win.h"
#include "winpos.h"
#include "wownt32.h"
#include "wine/wingdi16.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ttydrv);

View File

@ -29,7 +29,6 @@
#include "wingdi.h"
#include "winspool.h"
#include "gdi.h"
#include "psdrv.h"
#include "wine/debug.h"

View File

@ -18,7 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "gdi.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "psdrv.h"
#include "wine/debug.h"

View File

@ -77,6 +77,7 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wine/wingdi16.h"
#include "win.h"
#include "x11drv.h"
#include "wine/debug.h"

View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include "gdi.h"
#include "x11drv.h"
#include "wine/debug.h"

View File

@ -27,6 +27,7 @@
#include "winbase.h"
#include "x11drv.h"
#include "x11font.h"
#include "gdi.h"
#include "ddrawi.h"
#include "wine/debug.h"

View File

@ -24,8 +24,8 @@
#include <stdlib.h>
#include <string.h>
#include "gdi.h"
#include "x11drv.h"
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(opengl);

View File

@ -34,6 +34,7 @@
#include "winuser.h"
#include "winerror.h"
#include "wownt32.h"
#include "wine/wingdi16.h"
#include "x11drv.h"
#include "win.h"

View File

@ -25,6 +25,7 @@
#include "windef.h"
#include "x11drv.h"
#include "wine/library.h"
#include "wine/debug.h"
#include "wintab.h"

View File

@ -40,7 +40,6 @@ typedef int Status;
#include "windef.h"
#include "winbase.h"
#include "gdi.h"
#include "user.h"
#include "win.h"
#include "ddrawi.h"
@ -87,7 +86,7 @@ typedef struct tagXRENDERINFO *XRENDERINFO;
typedef struct
{
HDC hdc;
DC *dc; /* direct pointer to DC, should go away */
struct tagDC *dc; /* direct pointer to DC, should go away */
GC gc; /* X Window GC */
Drawable drawable;
POINT org; /* DC origin relative to drawable */

View File

@ -55,7 +55,6 @@
#include "wine/winbase16.h"
#include "winreg.h"
#include "gdi.h"
#include "user.h"
#include "win.h"
#include "x11drv.h"

View File

@ -21,7 +21,7 @@
#ifndef __WINE_X11FONT_H
#define __WINE_X11FONT_H
#include "gdi.h"
#include "wine/wingdi16.h"
#include "x11drv.h"
#include "pshpack1.h"

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <X11/Xlib.h>