Andrew Talbot : imagehlp: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 7 15:26:43 CDT 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon May  7 14:15:07 2007 +0100

imagehlp: Exclude unused headers.

---

 dlls/imagehlp/access.c        |    1 -
 dlls/imagehlp/imagehlp_main.c |    1 -
 dlls/imagehlp/integrity.c     |    1 -
 dlls/imagehlp/modify.c        |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c
index 1560d11..2aeedff 100644
--- a/dlls/imagehlp/access.c
+++ b/dlls/imagehlp/access.c
@@ -23,7 +23,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winnt.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "winerror.h"
 #include "wine/debug.h"
diff --git a/dlls/imagehlp/imagehlp_main.c b/dlls/imagehlp/imagehlp_main.c
index 42a1a41..91c76bd 100644
--- a/dlls/imagehlp/imagehlp_main.c
+++ b/dlls/imagehlp/imagehlp_main.c
@@ -23,7 +23,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "imagehlp.h"
-#include "winerror.h"
 #include "wine/debug.h"
 
 /**********************************************************************/
diff --git a/dlls/imagehlp/integrity.c b/dlls/imagehlp/integrity.c
index 99608b7..fb228f4 100644
--- a/dlls/imagehlp/integrity.c
+++ b/dlls/imagehlp/integrity.c
@@ -24,7 +24,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winerror.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "winnt.h"
 #include "imagehlp.h"
diff --git a/dlls/imagehlp/modify.c b/dlls/imagehlp/modify.c
index 47aa44c..668069b 100644
--- a/dlls/imagehlp/modify.c
+++ b/dlls/imagehlp/modify.c
@@ -22,7 +22,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "winerror.h"
 #include "wine/debug.h"




More information about the wine-cvs mailing list