Andrew Talbot : secur32: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 21 09:40:16 CDT 2007


Module: wine
Branch: master
Commit: d64165fcd76907dc524672b35cdeb87cd625781c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d64165fcd76907dc524672b35cdeb87cd625781c

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Fri May 18 22:16:30 2007 +0100

secur32: Exclude unused headers.

---

 dlls/secur32/thunks.c |    1 -
 dlls/secur32/util.c   |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/secur32/thunks.c b/dlls/secur32/thunks.c
index b60fb45..f21f351 100644
--- a/dlls/secur32/thunks.c
+++ b/dlls/secur32/thunks.c
@@ -21,7 +21,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winnls.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "sspi.h"
 #include "secur32_priv.h"
diff --git a/dlls/secur32/util.c b/dlls/secur32/util.c
index e3df37c..6d36e20 100644
--- a/dlls/secur32/util.c
+++ b/dlls/secur32/util.c
@@ -21,10 +21,8 @@
 #include <stdio.h>
 #include "windef.h"
 #include "winbase.h"
-#include "winnls.h"
 #include "rpc.h"
 #include "sspi.h"
-#include "lm.h"
 #include "secur32_priv.h"
 #include "wine/debug.h"
 




More information about the wine-cvs mailing list