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 bd353d9a3c
commit 837817b2b7
5 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "zmalloc.h"
#include "endianconv.h"