From ccd65d426156c3d5b7a8f1123210decd1f06fe42 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 15 Apr 2012 18:20:05 -0400 Subject: Move proto version to version.h. Reduce header deps a bit more. --- src/uint256.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/uint256.h') diff --git a/src/uint256.h b/src/uint256.h index 309c1f7995..3524580532 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -5,12 +5,13 @@ #ifndef BITCOIN_UINT256_H #define BITCOIN_UINT256_H -#include "serialize.h" - #include +#include #include #include +#include "version.h" + typedef long long int64; typedef unsigned long long uint64; -- cgit v1.2.3