aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/test_main.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/qt/test/test_main.cpp
parent1b28bca04c2767c8bca21d66bd6978f358b0a96a (diff)
downloadbitcoin-9a841696c1e7147e259e5a387566e461abc144ec.tar.xz
tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests
Diffstat (limited to 'src/qt/test/test_main.cpp')
-rw-r--r--src/qt/test/test_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp
index 9f66c3d3a9..79d88ab742 100644
--- a/src/qt/test/test_main.cpp
+++ b/src/qt/test/test_main.cpp
@@ -6,7 +6,6 @@
#include <config/bitcoin-config.h>
#endif
-#include <chainparams.h>
#include <interfaces/node.h>
#include <qt/bitcoin.h>
#include <qt/test/apptests.h>