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/allocator_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/allocator_tests.cpp') diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index f25569170..e333763f2 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -2,9 +2,9 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include -#include #include #include -- cgit v1.2.3