Commit a08686a5 authored by Vitaly Arbuzov's avatar Vitaly Arbuzov
Browse files

Remove unnecessary import of intset.h from server.h

parent ccef4cfa
...@@ -90,7 +90,6 @@ typedef struct redisObject robj; ...@@ -90,7 +90,6 @@ typedef struct redisObject robj;
#include "sha1.h" #include "sha1.h"
#include "endianconv.h" #include "endianconv.h"
#include "crc64.h" #include "crc64.h"
#include "intset.h"
/* helpers */ /* helpers */
#define numElements(x) (sizeof(x)/sizeof((x)[0])) #define numElements(x) (sizeof(x)/sizeof((x)[0]))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment