Don't include winbase.h or winerror.h when not necessary.

This commit is contained in:
Mike McCormack 2005-06-21 09:52:40 +00:00 committed by Alexandre Julliard
parent 390bc5f52f
commit 04f9f1b066
34 changed files with 0 additions and 38 deletions

View File

@ -29,7 +29,6 @@
#include <ctype.h>
#include "windef.h"
#include "winbase.h"
#include "ntstatus.h"
#include "wine/server.h"

View File

@ -79,7 +79,6 @@
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winioctl.h"
#include "ntddstor.h"

View File

@ -25,9 +25,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -26,7 +26,6 @@
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winternl.h"
#include "ntdll_misc.h"

View File

@ -35,7 +35,6 @@
#include "wine/library.h"
#include "wine/unicode.h"
#include "ntstatus.h"
#include "winbase.h"
#include "winnt.h"
#include "winternl.h"
#include "excpt.h"

View File

@ -57,7 +57,6 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "ntstatus.h"
#include "winternl.h"

View File

@ -24,7 +24,6 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View File

@ -25,7 +25,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/debug.h"

View File

@ -28,7 +28,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/exception.h"
#include "wine/server.h"

View File

@ -21,7 +21,6 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -34,9 +34,7 @@
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winerror.h"
#include "winnt.h"
#include "wine/debug.h"
#include "winternl.h"

View File

@ -23,7 +23,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
/*

View File

@ -29,7 +29,6 @@
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winternl.h"

View File

@ -28,8 +28,6 @@
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "module.h"

View File

@ -30,7 +30,6 @@
#include "wine/unicode.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "wine/server.h"

View File

@ -32,7 +32,6 @@
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "wine/server.h"

View File

@ -28,7 +28,6 @@
#endif
#include "windef.h"
#include "winbase.h"
#include "winioctl.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View File

@ -29,7 +29,6 @@
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "wine/server.h"

View File

@ -33,7 +33,6 @@
#include <stdio.h>
#include <string.h>
#include "winerror.h"
#include "wine/library.h"
#include "ntdll_misc.h"
#include "wine/debug.h"

View File

@ -28,7 +28,6 @@
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/exception.h"

View File

@ -40,7 +40,6 @@
#include "winnls.h"
#include "winnt.h"
#include "winternl.h"
#include "winerror.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/unicode.h"

View File

@ -31,8 +31,6 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -32,7 +32,6 @@
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/debug.h"

View File

@ -28,7 +28,6 @@
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View File

@ -33,7 +33,6 @@
#endif
#include "windef.h"
#include "winbase.h"
#include "wine/exception.h"
#include "ntdll_misc.h"
#include "excpt.h"

View File

@ -58,7 +58,6 @@
#include "wine/pthread.h"
#include "wine/server.h"
#include "wine/debug.h"
#include "winerror.h"
#include "ntdll_misc.h"
WINE_DEFAULT_DEBUG_CHANNEL(server);

View File

@ -52,7 +52,6 @@
#endif
#include "windef.h"
#include "winbase.h"
#include "thread.h"
#include "wine/library.h"
#include "ntdll_misc.h"

View File

@ -51,7 +51,6 @@
#endif
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/library.h"
#include "wine/exception.h"

View File

@ -32,7 +32,6 @@
#include <sys/ucontext.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winnt.h"

View File

@ -27,7 +27,6 @@
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"

View File

@ -51,7 +51,6 @@
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "thread.h"
#include "wine/server.h"
#include "wine/debug.h"

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -43,7 +43,6 @@
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winioctl.h"
#include "wine/library.h"

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"