aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-11 18:14:29 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-11 18:17:09 +0100
commitc037531d691fb984f979f393803989d1856d46ee (patch)
tree151512cae05db91c19cc8ecc206029934d40bc9c /src/rpcserver.cpp
parent5a407bd095218b38686f965ebd58c7c485a9242d (diff)
downloadbitcoin-c037531d691fb984f979f393803989d1856d46ee.tar.xz
small headers ordering cleanup
- keep headers in alphabetical order - fix Makefile.am (2 files in 1 line - leftover) - remove some spaces etc.
Diffstat (limited to 'src/rpcserver.cpp')
-rw-r--r--src/rpcserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp
index 9f2100a8d7..9d34a900ff 100644
--- a/src/rpcserver.cpp
+++ b/src/rpcserver.cpp
@@ -8,8 +8,8 @@
#include "base58.h"
#include "init.h"
#include "main.h"
-#include "util.h"
#include "ui_interface.h"
+#include "util.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif