aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-09-14 12:43:56 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-09-14 12:43:56 +0200
commit611116d4e31634384e9757befbd5e5a1a80e8cd3 (patch)
tree58363b3d5f895aaf4124cdd7991b7d08957e808b /src/init.cpp
parente5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff)
downloadbitcoin-611116d4e31634384e9757befbd5e5a1a80e8cd3.tar.xz
header include cleanup
- ensures alphabetical ordering for includes etc. in source file headers
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 6e47536d38..a3f75d61df 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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>