Module: wine Branch: master Commit: ff19b2f25ace72d964a80986ab3eed6a87a5b585 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff19b2f25ace72d964a80986ab...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Fri Apr 27 17:09:45 2007 +0100
advapi32: Exclude unused headers.
---
dlls/advapi32/crypt_lmhash.c | 2 -- dlls/advapi32/eventlog.c | 1 - 2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/advapi32/crypt_lmhash.c b/dlls/advapi32/crypt_lmhash.c index 2e379d4..2f57842 100644 --- a/dlls/advapi32/crypt_lmhash.c +++ b/dlls/advapi32/crypt_lmhash.c @@ -25,8 +25,6 @@ #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" -#include "winbase.h" -#include "winreg.h" #include "winternl.h"
#include "crypt.h" diff --git a/dlls/advapi32/eventlog.c b/dlls/advapi32/eventlog.c index 7b9ee49..03bb4f3 100644 --- a/dlls/advapi32/eventlog.c +++ b/dlls/advapi32/eventlog.c @@ -25,7 +25,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h" #include "wmistr.h" #include "evntrace.h"