aboutsummaryrefslogtreecommitdiff
path: root/src/test/sighash_tests.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-27 20:11:41 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:21:33 +0200
commitda03e6ed7c380d8942592626b9677579267f86fd (patch)
tree51bb4b2a76182c6c84fccfb9fcf3ef620d2e7338 /src/test/sighash_tests.cpp
parentcbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (diff)
downloadbitcoin-da03e6ed7c380d8942592626b9677579267f86fd.tar.xz
Separate script/interpreter
Diffstat (limited to 'src/test/sighash_tests.cpp')
-rw-r--r--src/test/sighash_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp
index 1421288eed..8abde887ce 100644
--- a/src/test/sighash_tests.cpp
+++ b/src/test/sighash_tests.cpp
@@ -7,7 +7,7 @@
#include "random.h"
#include "serialize.h"
#include "script/script.h"
-#include "scriptutils.h"
+#include "script/interpreter.h"
#include "util.h"
#include "version.h"