diff options
| author | Philip Kaufmann <[email protected]> | 2014-01-11 18:14:29 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-01-11 18:17:09 +0100 |
| commit | c037531d691fb984f979f393803989d1856d46ee (patch) | |
| tree | 151512cae05db91c19cc8ecc206029934d40bc9c /src/rpcserver.cpp | |
| parent | makefile.am: split long lines into one file per line (diff) | |
| download | discoin-c037531d691fb984f979f393803989d1856d46ee.tar.xz discoin-c037531d691fb984f979f393803989d1856d46ee.zip | |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 9f2100a8d..9d34a900f 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 |