diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
| commit | 309f783fceade22cb9d2939b5cf7641513fd6881 (patch) | |
| tree | cd463b22627e5e6a0edddc1753bd2a59bdd5d71b /src/bitcoind.cpp | |
| parent | Merge pull request #2980 from wtogami/silenceunusedwarning (diff) | |
| parent | misc small changes to polish after include cleanup (diff) | |
| download | discoin-309f783fceade22cb9d2939b5cf7641513fd6881.tar.xz discoin-309f783fceade22cb9d2939b5cf7641513fd6881.zip | |
Merge pull request #3235 from Diapolo/misc
misc small changes to polish after include cleanup
Diffstat (limited to 'src/bitcoind.cpp')
| -rw-r--r-- | src/bitcoind.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index c1b26812b..f0aad4f33 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -3,8 +3,6 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. - - #include "bitcoinrpc.h" #include "init.h" #include "main.h" |