Move proto version to version.h. Reduce header deps a bit more.

This commit is contained in:
Jeff Garzik 2012-04-15 18:20:05 -04:00 committed by Pieter Wuille
parent 9eace6b113
commit ccd65d4261
3 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@
#include "netbase.h"
#include "protocol.h"
#include "util.h"
#include <map>

View file

@ -12,7 +12,6 @@
#include "serialize.h"
#include "netbase.h"
#include "util.h"
#include <string>
#include "uint256.h"

View file

@ -5,12 +5,13 @@
#ifndef BITCOIN_UINT256_H
#define BITCOIN_UINT256_H
#include "serialize.h"
#include <limits.h>
#include <string.h>
#include <string>
#include <vector>
#include "version.h"
typedef long long int64;
typedef unsigned long long uint64;