diff options
author | Jack Lloyd <[email protected]> | 2015-08-08 12:43:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-08-08 12:43:11 -0400 |
commit | 822ebd826c090c5abbdb2ca672e4a2c45b2440dc (patch) | |
tree | e0687fe7cef807928d616759ed2605cbb0fd3afc /src/tests/catchy/test_cvc.cpp | |
parent | 549aaeccca01671ca94b422fe589c772349983ff (diff) | |
parent | b42dbb7c541f96f44d2fdbc6aec56cb95f937f39 (diff) |
Merge branch 'master' of https://github.com/randombit/botan
Diffstat (limited to 'src/tests/catchy/test_cvc.cpp')
-rw-r--r-- | src/tests/catchy/test_cvc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/catchy/test_cvc.cpp b/src/tests/catchy/test_cvc.cpp index 1678f76f1..2ac6be848 100644 --- a/src/tests/catchy/test_cvc.cpp +++ b/src/tests/catchy/test_cvc.cpp @@ -1,8 +1,7 @@ // (C) 2015 Simon Warta (Kullo GmbH) // Botan is released under the Simplified BSD License (see license.txt) -#include "catch.hpp" -#include <botan/build.h> +#include "catchy_tests.h" #if defined(BOTAN_HAS_CVC) |