aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_index_registry.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-03 06:19:51 -0400
committerJack Lloyd <[email protected]>2017-09-03 06:19:51 -0400
commit31b0a9094a0a182d4a1fcbe1ec7c301b3950e941 (patch)
tree32ce8f9275afe6b960a39e220f0dfae4025bf251 /src/lib/pubkey/xmss/xmss_index_registry.h
parent240e9ee5b6c15ce3f801afaa440f7bf422fba000 (diff)
Clean up use of <limits> header
Don't include it where it is not needed, included it where it is used.
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_index_registry.h')
-rw-r--r--src/lib/pubkey/xmss/xmss_index_registry.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/pubkey/xmss/xmss_index_registry.h b/src/lib/pubkey/xmss/xmss_index_registry.h
index 176eae7b7..4a00b4a90 100644
--- a/src/lib/pubkey/xmss/xmss_index_registry.h
+++ b/src/lib/pubkey/xmss/xmss_index_registry.h
@@ -8,14 +8,7 @@
#ifndef BOTAN_XMSS_INDEX_REGISTRY_H__
#define BOTAN_XMSS_INDEX_REGISTRY_H__
-#include <stdint.h>
-#include <cstddef>
-#include <limits>
-#include <memory>
-#include <string>
#include <botan/hash.h>
-#include <botan/secmem.h>
-#include <botan/types.h>
#include <botan/atomic.h>
#include <botan/mutex.h>