diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c index 1560d115a65..2aeedff52fb 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 42a1a410872..91c76bdb7d4 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 99608b70a72..fb228f49ba9 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 47aa44cbbb3..668069ba9e6 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"