aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/script_flags.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/fuzz/script_flags.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/fuzz/script_flags.cpp')
-rw-r--r--src/test/fuzz/script_flags.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/fuzz/script_flags.cpp b/src/test/fuzz/script_flags.cpp
index 2c0bfa360..9b90d6675 100644
--- a/src/test/fuzz/script_flags.cpp
+++ b/src/test/fuzz/script_flags.cpp
@@ -3,7 +3,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <script/interpreter.h>
-#include <script/script.h>
#include <streams.h>
#include <version.h>