Andrew Talbot : crypt32: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 30 07:11:17 CDT 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Apr 28 15:39:10 2007 +0100

crypt32: Exclude unused headers.

---

 dlls/crypt32/decode.c      |    2 --
 dlls/crypt32/encode.c      |    2 --
 dlls/crypt32/main.c        |    3 ---
 dlls/crypt32/protectdata.c |    1 -
 dlls/crypt32/serialize.c   |    1 -
 dlls/crypt32/store.c       |    1 -
 6 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/dlls/crypt32/decode.c b/dlls/crypt32/decode.c
index cb83a80..2ab9de3 100644
--- a/dlls/crypt32/decode.c
+++ b/dlls/crypt32/decode.c
@@ -40,10 +40,8 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "excpt.h"
 #include "wincrypt.h"
 #include "winnls.h"
-#include "winreg.h"
 #include "snmp.h"
 #include "wine/debug.h"
 #include "wine/exception.h"
diff --git a/dlls/crypt32/encode.c b/dlls/crypt32/encode.c
index d897617..9522b96 100644
--- a/dlls/crypt32/encode.c
+++ b/dlls/crypt32/encode.c
@@ -40,9 +40,7 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "excpt.h"
 #include "wincrypt.h"
-#include "winreg.h"
 #include "snmp.h"
 #include "wine/debug.h"
 #include "wine/exception.h"
diff --git a/dlls/crypt32/main.c b/dlls/crypt32/main.c
index f5d68d5..a0c4f4c 100644
--- a/dlls/crypt32/main.c
+++ b/dlls/crypt32/main.c
@@ -25,10 +25,7 @@
 #include "winbase.h"
 #include "wincrypt.h"
 #include "winreg.h"
-#include "winnls.h"
-#include "mssip.h"
 #include "winuser.h"
-#include "advpub.h"
 #include "crypt32_private.h"
 #include "wine/debug.h"
 
diff --git a/dlls/crypt32/protectdata.c b/dlls/crypt32/protectdata.c
index 1957e7c..a1a3369 100644
--- a/dlls/crypt32/protectdata.c
+++ b/dlls/crypt32/protectdata.c
@@ -42,7 +42,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "wincrypt.h"
-#include "winreg.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(crypt);
diff --git a/dlls/crypt32/serialize.c b/dlls/crypt32/serialize.c
index 49749e3..e45dcd0 100644
--- a/dlls/crypt32/serialize.c
+++ b/dlls/crypt32/serialize.c
@@ -20,7 +20,6 @@
 #include "winbase.h"
 #include "wincrypt.h"
 #include "wine/debug.h"
-#include "excpt.h"
 #include "wine/exception.h"
 #include "crypt32_private.h"
 
diff --git a/dlls/crypt32/store.c b/dlls/crypt32/store.c
index 3b9bcb8..77a75b1 100644
--- a/dlls/crypt32/store.c
+++ b/dlls/crypt32/store.c
@@ -36,7 +36,6 @@
 #include "wincrypt.h"
 #include "wine/debug.h"
 #include "wine/list.h"
-#include "excpt.h"
 #include "wine/exception.h"
 #include "crypt32_private.h"
 




More information about the wine-cvs mailing list