From 7e6c39cc02f461c45ef51544a512a40791d6d603 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Jun 2022 08:07:18 -0700 Subject: [PATCH] maint: remove unnecessary inclusion of hash.h * src/cut.c: Don't include hash.h. The implementation was changed not to need that in v8.21-43-g3e466ad05. --- src/cut.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cut.c b/src/cut.c index 6fd8978a61..2a45eedff7 100644 --- a/src/cut.c +++ b/src/cut.c @@ -33,7 +33,6 @@ #include "error.h" #include "fadvise.h" #include "getndelim2.h" -#include "hash.h" #include "set-fields.h" -- 2.47.2