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

@@ -6,6 +6,7 @@
#include "netbase.h"
#include "util.h"
#include "sync.h"
#include "hash.h"
#ifndef WIN32
#include <sys/fcntl.h>