assert.h replaced with redisassert.h when appropriate.

Also a warning was suppressed by including unistd.h in redisassert.h
(needed for _exit()).
This commit is contained in:
antirez
2013-08-19 14:54:31 +02:00
parent ca294c6b1e
commit 1c75408457
5 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,6 @@
#include <sys/types.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>