mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
cleanup includes in rpcnet.cpp
This commit is contained in:
parent
b6aafca03d
commit
fdbdb7f345
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user