diff options
| author | Philip Kaufmann <[email protected]> | 2014-05-10 14:54:20 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-10 18:23:56 +0200 |
| commit | ac14bcc1f12d2407516bcdfef57b2740df48381b (patch) | |
| tree | 1f9164b9aea8f3e4740886d9cfbe2047299307a2 /src/rpcblockchain.cpp | |
| parent | Merge pull request #4318 from laanwj/2014_06_script_unused_debugging (diff) | |
| download | discoin-ac14bcc1f12d2407516bcdfef57b2740df48381b.tar.xz discoin-ac14bcc1f12d2407516bcdfef57b2740df48381b.zip | |
small formatting, indentation and comment fixes
- contains zero code changes
Diffstat (limited to 'src/rpcblockchain.cpp')
| -rw-r--r-- | src/rpcblockchain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index ff5057b52..5e0173dcf 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -3,10 +3,10 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "rpcserver.h" +#include "checkpoints.h" #include "main.h" +#include "rpcserver.h" #include "sync.h" -#include "checkpoints.h" #include <stdint.h> |