diff options
-rw-r--r-- | src/block/block_cipher.h | 2 | ||||
-rw-r--r-- | src/hash/hash.h | 1 | ||||
-rw-r--r-- | src/stream/stream_cipher.h | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/block/block_cipher.h b/src/block/block_cipher.h index 7bc7729c8..a5efcfb38 100644 --- a/src/block/block_cipher.h +++ b/src/block/block_cipher.h @@ -6,8 +6,6 @@ #ifndef BOTAN_BLOCK_CIPHER_H__ #define BOTAN_BLOCK_CIPHER_H__ -#include <botan/exceptn.h> -#include <botan/symkey.h> #include <botan/sym_algo.h> namespace Botan { diff --git a/src/hash/hash.h b/src/hash/hash.h index d42ee0d82..08f1eb3dc 100644 --- a/src/hash/hash.h +++ b/src/hash/hash.h @@ -6,7 +6,6 @@ #ifndef BOTAN_HASH_FUNCTION_BASE_CLASS_H__ #define BOTAN_HASH_FUNCTION_BASE_CLASS_H__ -#include <botan/types.h> #include <botan/buf_comp.h> #include <string> diff --git a/src/stream/stream_cipher.h b/src/stream/stream_cipher.h index 6c013c6d6..9934fd987 100644 --- a/src/stream/stream_cipher.h +++ b/src/stream/stream_cipher.h @@ -6,8 +6,6 @@ #ifndef BOTAN_STREAM_CIPHER_H__ #define BOTAN_STREAM_CIPHER_H__ -#include <botan/exceptn.h> -#include <botan/symkey.h> #include <botan/sym_algo.h> namespace Botan { |