diff options
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/ae.h | 2 | ||||
-rw-r--r-- | adapters/glib.h | 2 | ||||
-rw-r--r-- | adapters/ivykis.h | 2 | ||||
-rw-r--r-- | adapters/libev.h | 2 | ||||
-rw-r--r-- | adapters/libevent.h | 2 | ||||
-rw-r--r-- | adapters/libhv.h | 2 | ||||
-rw-r--r-- | adapters/libsdevent.h | 2 | ||||
-rw-r--r-- | adapters/libuv.h | 2 | ||||
-rw-r--r-- | adapters/macosx.h | 2 | ||||
-rw-r--r-- | adapters/redismoduleapi.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/adapters/ae.h b/adapters/ae.h index 9923f1b..44db8ee 100644 --- a/adapters/ae.h +++ b/adapters/ae.h @@ -13,7 +13,7 @@ #define __HIREDIS_AE_H__ #include <sys/types.h> #include <ae.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct redisAeEvents { diff --git a/adapters/glib.h b/adapters/glib.h index 3b6772c..f3143ed 100644 --- a/adapters/glib.h +++ b/adapters/glib.h @@ -14,7 +14,7 @@ #include <glib.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct diff --git a/adapters/ivykis.h b/adapters/ivykis.h index 3de8d0c..544723d 100644 --- a/adapters/ivykis.h +++ b/adapters/ivykis.h @@ -12,7 +12,7 @@ #ifndef __HIREDIS_IVYKIS_H__ #define __HIREDIS_IVYKIS_H__ #include <iv.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct redisIvykisEvents { diff --git a/adapters/libev.h b/adapters/libev.h index ad8e79c..265e642 100644 --- a/adapters/libev.h +++ b/adapters/libev.h @@ -16,7 +16,7 @@ #include <stdlib.h> #include <sys/types.h> #include <ev.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct redisLibevEvents { diff --git a/adapters/libevent.h b/adapters/libevent.h index c7cc4e7..936c37e 100644 --- a/adapters/libevent.h +++ b/adapters/libevent.h @@ -12,7 +12,7 @@ #ifndef __HIREDIS_LIBEVENT_H__ #define __HIREDIS_LIBEVENT_H__ #include <event2/event.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" #define REDIS_LIBEVENT_DELETED 0x01 diff --git a/adapters/libhv.h b/adapters/libhv.h index 3dd6978..4955bb4 100644 --- a/adapters/libhv.h +++ b/adapters/libhv.h @@ -13,7 +13,7 @@ #define __HIREDIS_LIBHV_H__ #include <hv/hloop.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct redisLibhvEvents { diff --git a/adapters/libsdevent.h b/adapters/libsdevent.h index 74364a5..dc4249a 100644 --- a/adapters/libsdevent.h +++ b/adapters/libsdevent.h @@ -12,7 +12,7 @@ #ifndef HIREDIS_LIBSDEVENT_H #define HIREDIS_LIBSDEVENT_H #include <systemd/sd-event.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" #define REDIS_LIBSDEVENT_DELETED 0x01 diff --git a/adapters/libuv.h b/adapters/libuv.h index 85e12ed..317d5e1 100644 --- a/adapters/libuv.h +++ b/adapters/libuv.h @@ -13,7 +13,7 @@ #define __HIREDIS_LIBUV_H__ #include <stdlib.h> #include <uv.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" #include <string.h> diff --git a/adapters/macosx.h b/adapters/macosx.h index fafd43b..7ae5e5a 100644 --- a/adapters/macosx.h +++ b/adapters/macosx.h @@ -14,7 +14,7 @@ #include <CoreFoundation/CoreFoundation.h> -#include "../hiredis.h" +#include "../hiredict.h" #include "../async.h" typedef struct { diff --git a/adapters/redismoduleapi.h b/adapters/redismoduleapi.h index 4614b8d..b9bf922 100644 --- a/adapters/redismoduleapi.h +++ b/adapters/redismoduleapi.h @@ -15,7 +15,7 @@ #include "redismodule.h" #include "../async.h" -#include "../hiredis.h" +#include "../hiredict.h" #include <sys/types.h> |