Reduce bignum.h now it is only needed for scriptnum_tests

This commit is contained in:
Pieter Wuille
2014-05-09 17:38:44 +02:00
parent 8bcfccbc2d
commit ccc84e0963
6 changed files with 3 additions and 492 deletions

View File

@@ -14,6 +14,7 @@
#include "netbase.h"
#include "serialize.h"
#include "uint256.h"
#include "version.h"
#include <stdint.h>
#include <string>