summaryrefslogtreecommitdiff
path: root/src/geo.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-07-26 15:14:57 +0200
committerantirez <antirez@gmail.com>2015-07-26 15:17:18 +0200
commitcef054e86856463d3e79d4a5048507377c85eab7 (patch)
treea7d36bf93d919b0a57996485d5ea448eaf6e5195 /src/geo.h
parentb684e2dad1d884af7bf1047febbb54ee6e0324ba (diff)
downloadredis-cef054e86856463d3e79d4a5048507377c85eab7.tar.gz
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
Diffstat (limited to 'src/geo.h')
-rw-r--r--src/geo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geo.h b/src/geo.h
index cf4e42c90..79d0a6a4a 100644
--- a/src/geo.h
+++ b/src/geo.h
@@ -1,7 +1,7 @@
#ifndef __GEO_H__
#define __GEO_H__
-#include "redis.h"
+#include "server.h"
/* Structures used inside geo.c in order to represent points and array of
* points on the earth. */