Split off hash.h from util.h

This commit is contained in:
Pieter Wuille
2012-12-18 20:56:21 +01:00
committed by Pieter Wuille
parent 6940626d08
commit 0fb9073edd
7 changed files with 121 additions and 107 deletions

View File

@@ -18,6 +18,7 @@
#include "netbase.h"
#include "protocol.h"
#include "addrman.h"
#include "hash.h"
class CNode;
class CBlockIndex;