From 873cd009d0659035e8b977e189f3306739a6b836 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 15 Dec 2004 10:54:44 +0000 Subject: [PATCH] Remove unneeded headers to reduce unneeded rebuilds. --- dlls/advapi32/crypt.c | 6 ------ dlls/advapi32/crypt_md4.c | 1 - dlls/advapi32/crypt_md5.c | 1 - dlls/advapi32/crypt_sha.c | 1 - dlls/comctl32/flatsb.c | 2 -- dlls/comctl32/smoothscroll.c | 3 --- dlls/comctl32/syslink.c | 1 - dlls/comctl32/tests/dpa.c | 2 -- dlls/kernel/ne_module.c | 5 ----- dlls/kernel/powermgnt.c | 1 - dlls/kernel/time.c | 3 --- dlls/kernel/utthunk.c | 1 - 12 files changed, 27 deletions(-) diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c index d5922d97ccc..d4e8f62a183 100644 --- a/dlls/advapi32/crypt.c +++ b/dlls/advapi32/crypt.c @@ -29,15 +29,9 @@ #include #include -#include "wine/unicode.h" #include "crypt.h" #include "winnls.h" -#include "wincrypt.h" -#include "windef.h" -#include "winerror.h" #include "winreg.h" -#include "winbase.h" -#include "winuser.h" #include "wine/debug.h" #include "winternl.h" #include "ntstatus.h" diff --git a/dlls/advapi32/crypt_md4.c b/dlls/advapi32/crypt_md4.c index 4c3f9bb92db..a7419633faf 100644 --- a/dlls/advapi32/crypt_md4.c +++ b/dlls/advapi32/crypt_md4.c @@ -36,7 +36,6 @@ #include #include "windef.h" -#include "winbase.h" typedef struct { diff --git a/dlls/advapi32/crypt_md5.c b/dlls/advapi32/crypt_md5.c index 96ff048967d..ad3d21736f4 100644 --- a/dlls/advapi32/crypt_md5.c +++ b/dlls/advapi32/crypt_md5.c @@ -36,7 +36,6 @@ #include #include "windef.h" -#include "winbase.h" typedef struct { diff --git a/dlls/advapi32/crypt_sha.c b/dlls/advapi32/crypt_sha.c index e8f77159028..8cc03321adf 100644 --- a/dlls/advapi32/crypt_sha.c +++ b/dlls/advapi32/crypt_sha.c @@ -19,7 +19,6 @@ #include #include "windef.h" -#include "winbase.h" /* SHA Context Structure Declaration */ diff --git a/dlls/comctl32/flatsb.c b/dlls/comctl32/flatsb.c index cd15e3e1e5a..9fd0913c710 100644 --- a/dlls/comctl32/flatsb.c +++ b/dlls/comctl32/flatsb.c @@ -34,9 +34,7 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "wingdi.h" #include "winuser.h" -#include "winnls.h" #include "commctrl.h" #include "wine/debug.h" diff --git a/dlls/comctl32/smoothscroll.c b/dlls/comctl32/smoothscroll.c index 658be6259f2..d1074029bca 100644 --- a/dlls/comctl32/smoothscroll.c +++ b/dlls/comctl32/smoothscroll.c @@ -27,10 +27,7 @@ #include "winbase.h" #include "winreg.h" #include "winerror.h" -#include "wingdi.h" #include "winuser.h" -#include "winnls.h" -#include "commctrl.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(commctrl); diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c index 437c5975204..aad3e072c1e 100644 --- a/dlls/comctl32/syslink.c +++ b/dlls/comctl32/syslink.c @@ -33,7 +33,6 @@ #include "winuser.h" #include "winnls.h" #include "commctrl.h" -#include "comctl32.h" #include "wine/unicode.h" #include "wine/debug.h" diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c index 66da9235b35..892c444a4e3 100644 --- a/dlls/comctl32/tests/dpa.c +++ b/dlls/comctl32/tests/dpa.c @@ -22,9 +22,7 @@ #include "windef.h" #include "winbase.h" -#include "wingdi.h" #include "winuser.h" -#include "winnls.h" #include "commctrl.h" #include "wine/test.h" diff --git a/dlls/kernel/ne_module.c b/dlls/kernel/ne_module.c index 001faa799ef..ea4557d26a2 100644 --- a/dlls/kernel/ne_module.c +++ b/dlls/kernel/ne_module.c @@ -32,19 +32,14 @@ #endif #include -#include "ntstatus.h" #include "windef.h" -#include "winbase.h" #include "wine/winbase16.h" -#include "winerror.h" #include "wownt32.h" #include "module.h" #include "toolhelp.h" #include "builtin16.h" #include "stackframe.h" #include "excpt.h" -#include "kernel_private.h" -#include "wine/unicode.h" #include "wine/exception.h" #include "wine/debug.h" diff --git a/dlls/kernel/powermgnt.c b/dlls/kernel/powermgnt.c index 05f7566666c..e36d16aaecf 100644 --- a/dlls/kernel/powermgnt.c +++ b/dlls/kernel/powermgnt.c @@ -19,7 +19,6 @@ #include -#include "ntstatus.h" #include "windef.h" #include "winbase.h" #include "wine/debug.h" diff --git a/dlls/kernel/time.c b/dlls/kernel/time.c index b2894540fdf..bbfc10923a5 100644 --- a/dlls/kernel/time.c +++ b/dlls/kernel/time.c @@ -39,10 +39,7 @@ #include "windef.h" #include "winbase.h" #include "winreg.h" -#include "ntstatus.h" #include "winternl.h" -#include "winerror.h" -#include "winnls.h" #include "kernel_private.h" #include "wine/unicode.h" #include "wine/debug.h" diff --git a/dlls/kernel/utthunk.c b/dlls/kernel/utthunk.c index d542fc86486..96e2582fe58 100644 --- a/dlls/kernel/utthunk.c +++ b/dlls/kernel/utthunk.c @@ -26,7 +26,6 @@ #include "winreg.h" #include "winternl.h" #include "wownt32.h" -#include "module.h" #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(thunk);