From: Jim Meyering Date: Thu, 23 Jun 2022 15:07:18 +0000 (-0700) Subject: maint: remove unnecessary inclusion of hash.h X-Git-Tag: v9.2~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e6c39cc02f461c45ef51544a512a40791d6d603;p=thirdparty%2Fcoreutils.git 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. --- 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"