aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-08-20 17:37:40 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:19:31 +0200
commitcbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (patch)
treef7d2577fc90f9463b0f10dd04a060d42b4ed70f4 /src/keystore.cpp
parent86dbeea2cdd5749374c98afea3e4f5f49817f746 (diff)
downloadbitcoin-cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f.tar.xz
Move CScript class and dependencies to script/script
Diffstat (limited to 'src/keystore.cpp')
-rw-r--r--src/keystore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keystore.cpp b/src/keystore.cpp
index e273bbb1de..98bc0e9e28 100644
--- a/src/keystore.cpp
+++ b/src/keystore.cpp
@@ -7,7 +7,7 @@
#include "crypter.h"
#include "key.h"
-#include "scriptutils.h"
+#include "script/script.h"
#include "util.h"
#include <boost/foreach.hpp>