aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/filters/fd_unix/fd_unix.h4
-rw-r--r--src/lib/filters/filters.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/filters/fd_unix/fd_unix.h b/src/lib/filters/fd_unix/fd_unix.h
index b2f91ccdb..b5a3a4cd8 100644
--- a/src/lib/filters/fd_unix/fd_unix.h
+++ b/src/lib/filters/fd_unix/fd_unix.h
@@ -8,10 +8,12 @@
#ifndef BOTAN_PIPE_UNIXFD_H_
#define BOTAN_PIPE_UNIXFD_H_
-#include <botan/pipe.h>
+#include <botan/types.h>
namespace Botan {
+class Pipe;
+
/**
* Stream output operator; dumps the results from pipe's default
* message to the output stream.
diff --git a/src/lib/filters/filters.h b/src/lib/filters/filters.h
index 690c21214..af310a599 100644
--- a/src/lib/filters/filters.h
+++ b/src/lib/filters/filters.h
@@ -8,7 +8,6 @@
#ifndef BOTAN_FILTERS_H_
#define BOTAN_FILTERS_H_
-#include <botan/block_cipher.h>
#include <botan/stream_cipher.h>
#include <botan/hash.h>
#include <botan/mac.h>