From efe2f1ce175896a092c0368ed682e3314d0ba3a8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 28 Sep 2017 18:42:40 -0400 Subject: Further header cleanups --- src/tests/tests.h | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'src/tests/tests.h') diff --git a/src/tests/tests.h b/src/tests/tests.h index c98ac8397..4a32cc417 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -13,16 +13,7 @@ #include #include #include - -#if defined(BOTAN_HAS_BIGINT) - #include -#endif - -#if defined(BOTAN_HAS_EC_CURVE_GFP) - #include -#endif - -#include +#include #include #include #include @@ -32,6 +23,18 @@ #include #include +namespace Botan { + +#if defined(BOTAN_HAS_BIGINT) +class BigInt; +#endif + +#if defined(BOTAN_HAS_EC_CURVE_GFP) +class PointGFp; +#endif + +} + namespace Botan_Tests { #if defined(BOTAN_HAS_BIGINT) @@ -497,7 +500,7 @@ class Text_Based_Test : public Test std::string m_output_key; bool m_first = true; - std::unique_ptr m_cur; + std::unique_ptr m_cur; std::string m_cur_src_name; std::deque m_srcs; std::vector m_cpu_flags; -- cgit v1.2.3