summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Mallia <me@antoniomallia.it>2017-06-04 15:26:53 +0100
committerantirez <antirez@gmail.com>2017-06-15 17:02:16 +0200
commit1fbc90fe0354798fb02cc4d81814ce91d434290b (patch)
treea3716b8672a82d271da7d678c0e43b15836c97a9
parentc7a6b711f3af442cbb0e67a00f8c962e58fd0ed2 (diff)
downloadredis-1fbc90fe0354798fb02cc4d81814ce91d434290b.tar.gz
Removed duplicate 'sys/socket.h' include
-rw-r--r--src/cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cluster.c b/src/cluster.c
index d5ad85fe7..77ec2f1b1 100644
--- a/src/cluster.c
+++ b/src/cluster.c
@@ -37,7 +37,6 @@
#include <arpa/inet.h>
#include <fcntl.h>
#include <unistd.h>
-#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <math.h>