summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-07-25 00:20:30 +0000
committerLaurent Bercot <ska@appnovation.com>2024-07-25 00:20:30 +0000
commitfc85d676b5ca3de92264dfcb41c98d7c9b0d1398 (patch)
treec9e77e23b9b2b35760f18ce8a7c36ab921b9905d /src/include
parent8c9b0194063411882d3bbcec80d5e5c861d37544 (diff)
downloadshibari-fc85d676b5ca3de92264dfcb41c98d7c9b0d1398.tar.xz
More shibari-cache stuff
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/shibari/cache.h8
-rw-r--r--src/include/shibari/client.h6
-rw-r--r--src/include/shibari/shibari.h2
3 files changed, 0 insertions, 16 deletions
diff --git a/src/include/shibari/cache.h b/src/include/shibari/cache.h
deleted file mode 100644
index d0c6004..0000000
--- a/src/include/shibari/cache.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* ISC license. */
-
-#ifndef SHIBARI_CACHE_H
-#define SHIBARI_CACHE_H
-
-#include <shibari/dcache.h>
-
-#endif
diff --git a/src/include/shibari/client.h b/src/include/shibari/client.h
deleted file mode 100644
index 03f8b1b..0000000
--- a/src/include/shibari/client.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* ISC license. */
-
-#ifndef SHIBARI_CLIENT_H
-#define SHIBARI_CLIENT_H
-
-#endif
diff --git a/src/include/shibari/shibari.h b/src/include/shibari/shibari.h
index a9242d3..123c13f 100644
--- a/src/include/shibari/shibari.h
+++ b/src/include/shibari/shibari.h
@@ -4,8 +4,6 @@
#define SHIBARI_H
#include <shibari/common.h>
-#include <shibari/client.h>
-#include <shibari/cache.h>
#include <shibari/server.h>
#endif