summaryrefslogtreecommitdiff
path: root/src/zipmap.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-08-19 14:54:31 +0200
committerantirez <antirez@gmail.com>2013-08-19 15:01:21 +0200
commit1c75408457841d94b2e9f6730861516555796341 (patch)
tree3b45f50e54aeac18de9ec76ca54e5e41d9887bb7 /src/zipmap.c
parentca294c6b1e515a7da42f8106ed4e596e649165ba (diff)
downloadredis-1c75408457841d94b2e9f6730861516555796341.tar.gz
assert.h replaced with redisassert.h when appropriate.
Also a warning was suppressed by including unistd.h in redisassert.h (needed for _exit()).
Diffstat (limited to 'src/zipmap.c')
-rw-r--r--src/zipmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zipmap.c b/src/zipmap.c
index d9b7c8b31..3cd56e5ff 100644
--- a/src/zipmap.c
+++ b/src/zipmap.c
@@ -78,7 +78,6 @@
#include <stdio.h>
#include <string.h>
-#include <assert.h>
#include "zmalloc.h"
#include "endianconv.h"