Merge pull request #4911

611116d header include cleanup (Philip Kaufmann)
This commit is contained in:
Pieter Wuille
2014-09-16 04:06:33 +02:00
36 changed files with 66 additions and 47 deletions

View File

@@ -11,6 +11,7 @@
#include "addrman.h"
#include "checkpoints.h"
#include "compat/sanity.h"
#include "key.h"
#include "main.h"
#include "miner.h"
@@ -32,7 +33,6 @@
#ifndef WIN32
#include <signal.h>
#endif
#include "compat/sanity.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/replace.hpp>