From a0bb3133f51d1cb6a6fe03a2948aebac185554e6 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 7 Oct 2018 22:05:04 +0200 Subject: Clean up includes --- src/hash.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hash.c b/src/hash.c index 3e554cd5..8a92085f 100644 --- a/src/hash.c +++ b/src/hash.c @@ -15,12 +15,9 @@ // this program; if not, write to the Free Software Foundation, Inc., 51 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -#include - #include "ccache.h" #include "hash.h" #include "mdfour.h" -#include "system.h" #define HASH_DELIMITER "\000cCaChE" -- cgit v1.2.1