aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-08-23 03:35:51 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:21:35 +0200
commitc4408a6c8534a36711557028a69314024cbc1bbe (patch)
treeeccd3df9057ee057ffb27844295cd54fa2366a72 /src/main.h
parentda03e6ed7c380d8942592626b9677579267f86fd (diff)
downloadbitcoin-c4408a6c8534a36711557028a69314024cbc1bbe.tar.xz
Separate script/standard
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 1fc9b3ecf1..30cccab2f1 100644
--- a/src/main.h
+++ b/src/main.h
@@ -15,7 +15,8 @@
#include "core.h"
#include "net.h"
#include "pow.h"
-#include "scriptutils.h"
+#include "script/script.h"
+#include "script/standard.h"
#include "sync.h"
#include "txmempool.h"
#include "uint256.h"