diff options
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) |