diff options
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_hash.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_hash.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/pubkey/xmss/xmss_hash.h b/src/lib/pubkey/xmss/xmss_hash.h index d507c96f6..7dcfb8465 100644 --- a/src/lib/pubkey/xmss/xmss_hash.h +++ b/src/lib/pubkey/xmss/xmss_hash.h @@ -8,12 +8,7 @@ #ifndef BOTAN_XMSS_HASH_H_ #define BOTAN_XMSS_HASH_H_ -#include <cstddef> -#include <string> -#include <botan/assert.h> #include <botan/hash.h> -#include <botan/secmem.h> -#include <botan/types.h> namespace Botan { |