summaryrefslogtreecommitdiff
path: root/src/pqsort.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/pqsort.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/pqsort.c')
-rw-r--r--src/pqsort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pqsort.c b/src/pqsort.c
index 57c217f94..7325a88a4 100644
--- a/src/pqsort.c
+++ b/src/pqsort.c
@@ -39,7 +39,6 @@
#include <sys/types.h>
-#include <assert.h>
#include <errno.h>
#include <stdlib.h>