diff options
author | Jack Lloyd <[email protected]> | 2017-09-22 18:22:23 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-22 18:22:23 -0400 |
commit | 68c9859f968934089bc696a458e9983efac7d92e (patch) | |
tree | f5ae5984d2cd4590b3abaaaeb36bd0e9bd3b72aa /src | |
parent | a91f507e6a9d94244d56385bc5f17bb8c6bcf31e (diff) |
Small header cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/filters/fd_unix/fd_unix.h | 4 | ||||
-rw-r--r-- | src/lib/filters/filters.h | 1 |
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> |