aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-06-27 10:23:38 -0400
committerMarcoFalke <[email protected]>2019-06-27 10:24:18 -0400
commit7400135b7918df9c34206bead744c496e07b0e78 (patch)
tree928e04514122f4bd75985cb6d8e2f536bf55a4e1 /src/test/script_tests.cpp
parentMerge #16289: test: Add missing ECC_Stop() in GUI rpcnestedtests.cpp (diff)
parenttests: Reduce compilation time and unneccessary recompiles by removing unused... (diff)
downloaddiscoin-7400135b7918df9c34206bead744c496e07b0e78.tar.xz
discoin-7400135b7918df9c34206bead744c496e07b0e78.zip
Merge #16278: tests: Remove unused includes
9a841696c1e7147e259e5a387566e461abc144ec tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests (practicalswift) Pull request description: Reduce compilation time and unneccessary recompiles by removing unused includes in tests. A subset of #16273 ("refactor: Reduce total compilation time by 2% and avoid unnecessary recompiles by removing unused includes") as requested by MarcoFalke in https://github.com/bitcoin/bitcoin/pull/16273#issuecomment-505022643. ACKs for top commit: Sjors: ACK 9a84169 on macOS 10.14.5 (I rebased on #16289) Tree-SHA512: bcb6ecffef689a9839bee1a5cb93abe83db1f30819a54226c5630fee456b5a5d187507d06861454adfda939c3556a975113f97662e415cb47fa0327ea4fd09fb
Diffstat (limited to 'src/test/script_tests.cpp')
-rw-r--r--src/test/script_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp
index 4798909e2..ae903df0a 100644
--- a/src/test/script_tests.cpp
+++ b/src/test/script_tests.cpp
@@ -14,12 +14,12 @@
#include <util/strencodings.h>
#include <test/setup_common.h>
#include <rpc/util.h>
+#include <streams.h>
#if defined(HAVE_CONSENSUS_LIB)
#include <script/bitcoinconsensus.h>
#endif
-#include <fstream>
#include <stdint.h>
#include <string>
#include <vector>