Remove unneeded headers to reduce unneeded rebuilds.

This commit is contained in:
Jon Griffiths 2004-12-17 19:09:29 +00:00 committed by Alexandre Julliard
parent 66cae0d2a8
commit 49e13df700
16 changed files with 0 additions and 39 deletions

View File

@ -33,13 +33,8 @@
#include <string.h>
#include "winerror.h"
#include "wine/unicode.h"
#include "wine/library.h"
#include "wine/server.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "wine/debug.h"

View File

@ -35,7 +35,6 @@
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -31,7 +31,6 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View File

@ -35,10 +35,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/exception.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "ntdll_misc.h"
#include "excpt.h"
#include "wine/library.h"

View File

@ -26,7 +26,6 @@
#include <stdarg.h>
#include <string.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View File

@ -54,7 +54,6 @@
#include "async.h"
#include "thread.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -31,7 +31,6 @@
#include "rpcnterr.h"
#include "winreg.h"
#include "winternl.h"
#include "ntsecapi.h"
/* FIXME!!! this test checks only mappings, defined by MSDN:
* http://support.microsoft.com/default.aspx?scid=KB;EN-US;q113996&

View File

@ -25,7 +25,6 @@
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static HMODULE hntdll = 0;

View File

@ -24,7 +24,6 @@
#include <stdlib.h>
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static HMODULE hntdll = 0;

View File

@ -25,7 +25,6 @@
#include "ntdll_test.h"
#include "winnls.h"
/* Function ptrs for ntdll calls */
static HMODULE hntdll = 0;

View File

@ -31,11 +31,7 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "ntdll_misc.h"

View File

@ -29,7 +29,6 @@
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View File

@ -42,15 +42,12 @@
#include "shlguid.h"
#include "wingdi.h"
#include "shlobj.h"
#include "olectl.h"
#include "shellapi.h"
#include "commdlg.h"
#include "wine/unicode.h"
#include "servprov.h"
#include "winreg.h"
#include "wine/debug.h"
#include "shlwapi.h"
#include "winnt.h"
WINE_DEFAULT_DEBUG_CHANNEL(shell);

View File

@ -32,15 +32,10 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/unicode.h"
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winternl.h"
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shell);

View File

@ -28,11 +28,6 @@
#include "winuser.h"
#include "shlguid.h"
#include "shobjidl.h"
#define NO_SHLWAPI_REG
#define NO_SHLWAPI_PATH
#define NO_SHLWAPI_GDI
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
/* Function ptrs for ordinal calls */
static HMODULE hShlwapi = 0;

View File

@ -24,11 +24,6 @@
#include "winbase.h"
#include "winerror.h"
#include "winuser.h"
#define NO_SHLWAPI_REG
#define NO_SHLWAPI_PATH
#define NO_SHLWAPI_GDI
#define NO_SHLWAPI_STREAM
#include "shlwapi.h"
/* Function ptrs for ordinal calls */
static HMODULE hShlwapi;