From: Joel Rosdahl Date: Sun, 7 Oct 2018 20:05:04 +0000 (+0200) Subject: Clean up includes X-Git-Tag: v3.5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0bb3133f51d1cb6a6fe03a2948aebac185554e6;p=thirdparty%2Fccache.git Clean up includes --- diff --git a/src/hash.c b/src/hash.c index 3e554cd50..8a92085fa 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"