diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-09 10:12:08 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-12-09 14:02:38 +0100 |
commit | fdbdb7f3459603bfd977cff3c16473992485197a (patch) | |
tree | 0da4f39cbb85410aeae4224e68e63572cffe6acd /src | |
parent | b6aafca03d40739f02bbaebe58f9c66109790e64 (diff) |
cleanup includes in rpcnet.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/rpcnet.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 93811e80ed..fd72fe6386 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,8 +1,8 @@ // Copyright (c) 2009-2013 The Bitcoin developers // 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 "rpcserver.h" #include "main.h" #include "net.h" @@ -11,10 +11,9 @@ #include "sync.h" #include "util.h" #ifdef ENABLE_WALLET -#include "wallet.h" // for getinfo #include "init.h" // for getinfo +#include "wallet.h" // for getinfo #endif -#include "main.h" // for getinfo #include <inttypes.h> |