aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/init_test_fixture.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-06-24 17:22:28 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2019-06-26 20:37:48 +0200
commit9a841696c1e7147e259e5a387566e461abc144ec (patch)
tree4d92a9b295fc08f0a1afa327aa82a1da20f667dc /src/wallet/test/init_test_fixture.cpp
parent1b28bca04c2767c8bca21d66bd6978f358b0a96a (diff)
downloadbitcoin-9a841696c1e7147e259e5a387566e461abc144ec.tar.xz
tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests
Diffstat (limited to 'src/wallet/test/init_test_fixture.cpp')
-rw-r--r--src/wallet/test/init_test_fixture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/test/init_test_fixture.cpp b/src/wallet/test/init_test_fixture.cpp
index fcd1f3fea8..86ba0013fe 100644
--- a/src/wallet/test/init_test_fixture.cpp
+++ b/src/wallet/test/init_test_fixture.cpp
@@ -3,6 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <fs.h>
+#include <util/system.h>
#include <wallet/test/init_test_fixture.h>