From 9a841696c1e7147e259e5a387566e461abc144ec Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 24 Jun 2019 17:22:28 +0200 Subject: tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests --- src/test/arith_uint256_tests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/arith_uint256_tests.cpp') diff --git a/src/test/arith_uint256_tests.cpp b/src/test/arith_uint256_tests.cpp index 809c627d27..9ac87261b6 100644 --- a/src/test/arith_uint256_tests.cpp +++ b/src/test/arith_uint256_tests.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include BOOST_FIXTURE_TEST_SUITE(arith_uint256_tests, BasicTestingSetup) -- cgit v1.2.3