Skip to content

Commit fdbdb7f

Browse files
author
Philip Kaufmann
committed
cleanup includes in rpcnet.cpp
1 parent b6aafca commit fdbdb7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/rpcnet.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) 2009-2013 The Bitcoin developers
22
// Distributed under the MIT/X11 software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4-
#include "rpcserver.h"
54

5+
#include "rpcserver.h"
66

77
#include "main.h"
88
#include "net.h"
@@ -11,10 +11,9 @@
1111
#include "sync.h"
1212
#include "util.h"
1313
#ifdef ENABLE_WALLET
14-
#include "wallet.h" // for getinfo
1514
#include "init.h" // for getinfo
15+
#include "wallet.h" // for getinfo
1616
#endif
17-
#include "main.h" // for getinfo
1817

1918
#include <inttypes.h>
2019

0 commit comments

Comments
 (0)