Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a08686a5
Commit
a08686a5
authored
Apr 05, 2023
by
Vitaly Arbuzov
Browse files
Remove unnecessary import of intset.h from server.h
parent
ccef4cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
a08686a5
...
...
@@ -90,7 +90,6 @@ typedef struct redisObject robj;
#include "sha1.h"
#include "endianconv.h"
#include "crc64.h"
#include "intset.h"
/* helpers */
#define numElements(x) (sizeof(x)/sizeof((x)[0]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment