aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-06-11 11:30:44 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-06-11 11:31:00 +0200
commit5905d71fe3bb22d0111da7fb4ca8433ed54c9abf (patch)
treeea1ac66739de0382a8c26a773dc57860e8d5620c /src/rpcblockchain.cpp
parentd01574f792779667a554f26d3379935827813c19 (diff)
parentac14bcc1f12d2407516bcdfef57b2740df48381b (diff)
Merge pull request #4170
ac14bcc small formatting, indentation and comment fixes (Philip Kaufmann)
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index ff5057b526..5e0173dcf2 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -3,10 +3,10 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "rpcserver.h"
+#include "checkpoints.h"
#include "main.h"
+#include "rpcserver.h"
#include "sync.h"
-#include "checkpoints.h"
#include <stdint.h>