diff options
| author | Pieter Wuille <[email protected]> | 2014-01-11 18:53:28 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-01-11 18:54:20 +0100 |
| commit | dc64c3c3747f0d592ebad516dc08e752687e62eb (patch) | |
| tree | 151512cae05db91c19cc8ecc206029934d40bc9c /src/rpcserver.cpp | |
| parent | makefile.am: split long lines into one file per line (diff) | |
| parent | small headers ordering cleanup (diff) | |
| download | discoin-dc64c3c3747f0d592ebad516dc08e752687e62eb.tar.xz discoin-dc64c3c3747f0d592ebad516dc08e752687e62eb.zip | |
Merge pull request #3510
c037531 small headers ordering cleanup (Philip Kaufmann)
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 |