]> git.saurik.com Git - redis.git/commitdiff
one more fix for endianess detection
authorantirez <antirez@gmail.com>
Fri, 14 May 2010 17:24:01 +0000 (19:24 +0200)
committerantirez <antirez@gmail.com>
Fri, 14 May 2010 17:24:01 +0000 (19:24 +0200)
sha1.c

diff --git a/sha1.c b/sha1.c
index a4f54c9e601c48effe596d16df62cc081f425f9b..988ede7f053438543c4d97172a4e60ea35ec490b 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -21,8 +21,6 @@ A million repetitions of "a"
 
 #define SHA1HANDSOFF
 
-#include <endian.h>
-
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h> /* for u_int*_t */