1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-31 00:44:15 +00:00

uint256: remove include where not required

This commit is contained in:
Tanguy Pruvot 2015-06-11 00:47:07 +02:00
parent efd507fb3b
commit 48b3f119be
4 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -2,7 +2,6 @@
#include <stdint.h>
#include <cuda_runtime.h>
#include "uint256.h"
#include "sph/sph_fugue.h"
#include "miner.h"

View File

@ -3,7 +3,6 @@
#include <cuda_runtime.h>
#include <openssl/sha.h>
#include "uint256.h"
#include "sph/sph_groestl.h"
#include "cuda_groestlcoin.h"

View File

@ -3,7 +3,6 @@
#include <cuda_runtime.h>
#include <openssl/sha.h>
#include "uint256.h"
#include "sph/sph_groestl.h"
#include "miner.h"