diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-03-26 15:57:21 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-04-22 00:32:30 -0400 |
commit | 05e3ecffa495c0905b88cfc92b23bb519b7fe70b (patch) | |
tree | 62345888988f8c397834c49c6b4fafa084955d46 /src/script.cpp | |
parent | 4f497cd97da4f9c88790a5f4e97926804669dfca (diff) |
script: remove bignum dependency
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script.cpp b/src/script.cpp index 25180e0bbb..81d2754453 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -5,7 +5,6 @@ #include "script.h" -#include "bignum.h" #include "core.h" #include "hash.h" #include "key.h" |