aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-10-31 09:36:30 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-10-31 09:41:15 +0100
commit771d500283129cf19d14045a58d0e2fb0ce2cba1 (patch)
tree658355f063ffb80f7159b031ba5091bf70dfec2d /src/rpcserver.h
parent8d2396c9c41cbd5b8746f48f41180697f58b0681 (diff)
downloadbitcoin-771d500283129cf19d14045a58d0e2fb0ce2cba1.tar.xz
minor cleanup: include orders, end comments etc.
- no code changes
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index cc444cef1f..dc46637399 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -7,8 +7,8 @@
#define _BITCOINRPC_SERVER_H_
#include "amount.h"
-#include "uint256.h"
#include "rpcprotocol.h"
+#include "uint256.h"
#include <list>
#include <map>