From 5ec03bb90006e94a6c1e80c6c58e1e6526f1bd43 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 23 Nov 2007 10:58:34 +0000 Subject: [PATCH] hash.c: use system.h --- src/hash.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hash.c b/src/hash.c index 1712a17..80179a8 100644 --- a/src/hash.c +++ b/src/hash.c @@ -26,10 +26,7 @@ * Actual difference varies as it depends on cpu/compiler/libc details. */ -#include -#include -#include - +#include "system.h" #include "hash.h" /* rotate uint32 */ -- 2.40.0