Module: wine Branch: master Commit: 01f3648ef788adf0cb5db9697a7b21cb95e4b005 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01f3648ef788adf0cb5db9697a...
Author: Andrew Talbot Andrew.Talbot@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"