diff options
author | jtimon <jtimon@monetize.io> | 2014-08-14 13:54:05 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:19:31 +0200 |
commit | 86dbeea2cdd5749374c98afea3e4f5f49817f746 (patch) | |
tree | 66325232600dc519eef6244e6dc18bdafec41185 /src/test/script_P2SH_tests.cpp | |
parent | df623d83dad6aa39141b066ebd2f870ee05acf41 (diff) |
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
Diffstat (limited to 'src/test/script_P2SH_tests.cpp')
-rw-r--r-- | src/test/script_P2SH_tests.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp index 51ff1ffbc9..d27fc71598 100644 --- a/src/test/script_P2SH_tests.cpp +++ b/src/test/script_P2SH_tests.cpp @@ -2,12 +2,10 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "script.h" - #include "key.h" #include "keystore.h" #include "main.h" -#include "script.h" +#include "scriptutils.h" #include <vector> |