summaryrefslogtreecommitdiff
path: root/adapters
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 20:06:01 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:08:51 +0100
commit31d934d19bf82efdfc320fa7008008242a65332a (patch)
tree8e89bcc49941adcbe0314f1a6a8117c7f11a6c0f /adapters
parent107f1c4cee2ac6534c536efc3affae5e417e01fe (diff)
all: rename output files
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'adapters')
-rw-r--r--adapters/ae.h2
-rw-r--r--adapters/glib.h2
-rw-r--r--adapters/ivykis.h2
-rw-r--r--adapters/libev.h2
-rw-r--r--adapters/libevent.h2
-rw-r--r--adapters/libhv.h2
-rw-r--r--adapters/libsdevent.h2
-rw-r--r--adapters/libuv.h2
-rw-r--r--adapters/macosx.h2
-rw-r--r--adapters/redismoduleapi.h2
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>