diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-14 12:43:56 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-14 12:43:56 +0200 |
commit | 611116d4e31634384e9757befbd5e5a1a80e8cd3 (patch) | |
tree | 58363b3d5f895aaf4124cdd7991b7d08957e808b /src/rpcclient.cpp | |
parent | e5fc6631b9ca452eaacc8f978b3c5ffe2ef38e77 (diff) |
header include cleanup
- ensures alphabetical ordering for includes etc. in source file headers
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index a0921453cc..81797248b4 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -3,7 +3,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include <set> #include "rpcclient.h" #include "rpcprotocol.h" @@ -11,6 +10,7 @@ #include "ui_interface.h" #include "chainparams.h" // for Params().RPCPort() +#include <set> #include <stdint.h> using namespace std; |