aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-05-09 17:38:44 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-05-09 17:38:44 +0200
commitccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3 (patch)
tree6fbda694cc19547bdb80296fce0ba09bb3f38d61 /src/chainparams.h
parent8bcfccbc2de25e3b40d1c222d7c5d9991345a0aa (diff)
downloadbitcoin-ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3.tar.xz
Reduce bignum.h now it is only needed for scriptnum_tests
Diffstat (limited to 'src/chainparams.h')
-rw-r--r--src/chainparams.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chainparams.h b/src/chainparams.h
index f3f24efd99..5600b904cc 100644
--- a/src/chainparams.h
+++ b/src/chainparams.h
@@ -6,7 +6,6 @@
#ifndef BITCOIN_CHAIN_PARAMS_H
#define BITCOIN_CHAIN_PARAMS_H
-#include "bignum.h"
#include "uint256.h"
#include <vector>