summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2023-02-12 18:55:38 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2023-02-17 13:46:58 +0100
commit8247a3452172322f41751c58fae386068296c73c (patch)
treed1abffd272c4f1a32f077b8e51eecaa97372d6a7
parent42239969300cae065e38781df3d157483897ff6b (diff)
downloadwget-8247a3452172322f41751c58fae386068296c73c.tar.gz
* src/retr.c: Don't include hash.h
-rw-r--r--src/retr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/retr.c b/src/retr.c
index a2b819bb..107e0811 100644
--- a/src/retr.c
+++ b/src/retr.c
@@ -54,7 +54,6 @@ as that of the covered work. */
#include "http.h"
#include "host.h"
#include "connect.h"
-#include "hash.h"
#include "convert.h"
#include "ptimer.h"
#include "html-url.h"