From 8dba7b5264403e781bbb86ff61850e4377dca7b9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 8 Nov 2008 19:42:16 +0000 Subject: Split base.h into block_cipher.h and stream_cipher.h It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs. --- src/pubkey/pubkey/pubkey.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pubkey') diff --git a/src/pubkey/pubkey/pubkey.h b/src/pubkey/pubkey/pubkey.h index ed66c212e..14faa1096 100644 --- a/src/pubkey/pubkey/pubkey.h +++ b/src/pubkey/pubkey/pubkey.h @@ -6,9 +6,10 @@ #ifndef BOTAN_PUBKEY_H__ #define BOTAN_PUBKEY_H__ -#include #include #include +#include +#include namespace Botan { -- cgit v1.2.3