Module: wine Branch: master Commit: ce76fc6f68c192d60eedfbcd43960db7bca0191d URL: https://source.winehq.org/git/wine.git/?a=commit;h=ce76fc6f68c192d60eedfbcd4...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Feb 8 11:20:52 2022 +0100
winhttp/tests: Remove unused include.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/tests/winhttp.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c index 053f8315fec..21af2761323 100644 --- a/dlls/winhttp/tests/winhttp.c +++ b/dlls/winhttp/tests/winhttp.c @@ -32,7 +32,6 @@ #include <httprequestid.h>
#include "wine/test.h" -#include "wine/heap.h"
DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);