@ -5,7 +5,9 @@
#ifndef BITCOIN_BIGNUM_H
#define BITCOIN_BIGNUM_H
#define PROTOCOL_VERSION 1
#ifndef PROTOCOL_VERSION
#define PROTOCOL_VERSION 70001
#endif
#include <map>
#include <limits>
@ -13,6 +15,8 @@
#include <stdexcept>
#include <vector>
#include "uint256.h"
#include <openssl/bn.h>
#include "serialize.hpp"
@ -2,7 +2,6 @@
#include <stdint.h>
#include <cuda_runtime.h>
#include "sph/sph_fugue.h"
#include "miner.h"
@ -3,7 +3,6 @@
#include <openssl/sha.h>
#include "sph/sph_groestl.h"
#include "cuda_groestlcoin.h"