aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
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