header include cleanup

- ensures alphabetical ordering for includes etc. in source file headers
This commit is contained in:
Philip Kaufmann
2014-09-14 12:43:56 +02:00
parent e5fc6631b9
commit 611116d4e3
36 changed files with 68 additions and 49 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>