aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-08-14 13:54:05 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:19:31 +0200
commit86dbeea2cdd5749374c98afea3e4f5f49817f746 (patch)
tree66325232600dc519eef6244e6dc18bdafec41185 /src/core.h
parentdf623d83dad6aa39141b066ebd2f870ee05acf41 (diff)
downloadbitcoin-86dbeea2cdd5749374c98afea3e4f5f49817f746.tar.xz
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index cde8d8b3fe..0df75670fd 100644
--- a/src/core.h
+++ b/src/core.h
@@ -6,7 +6,7 @@
#ifndef BITCOIN_CORE_H
#define BITCOIN_CORE_H
-#include "script.h"
+#include "scriptutils.h"
#include "serialize.h"
#include "uint256.h"