diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/engine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h index a322b68ec..136fbeb23 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -9,7 +9,6 @@ #define BOTAN_ENGINE_H__ #include <botan/scan_name.h> - #include <botan/block_cipher.h> #include <botan/stream_cipher.h> #include <botan/hash.h> @@ -19,9 +18,6 @@ #include <botan/pk_keys.h> #include <botan/pk_ops.h> -#include <utility> -#include <map> - namespace Botan { class Algorithm_Factory; |