Removes redundant include for redismodule.h

master
itamar 8 years ago
parent a29d1b9e3f
commit 63081f14c8

@ -6,7 +6,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <limits.h> #include <limits.h>
#include <string.h> #include <string.h>
#include <redismodule.h>
#include "util.h" #include "util.h"
/** /**
@ -220,4 +219,4 @@ RedisModuleCallReply *RedisModule_CallReplyArrayElementByPath(
} while ((ele != NULL) && (*e != '\0')); } while ((ele != NULL) && (*e != '\0'));
return ele; return ele;
} }

Loading…
Cancel
Save