forked from lthn/blockchain
surgery continued: cut headers
This commit is contained in:
parent
b84949295b
commit
79902a2a16
2 changed files with 12 additions and 8 deletions
|
|
@ -6,10 +6,12 @@
|
|||
|
||||
#include "wallets_manager.h"
|
||||
#include "currency_core/alias_helper.h"
|
||||
#include "core_fast_rpc_proxy.h"
|
||||
#include "string_coding.h"
|
||||
#include "currency_core/core_tools.h"
|
||||
#ifndef IOS_BUILD
|
||||
#include "core_fast_rpc_proxy.h"
|
||||
#include "currency_core/core_tools.h"
|
||||
#endif
|
||||
#include "common/callstack_helper.h"
|
||||
#include "string_coding.h"
|
||||
#include "wallet_helpers.h"
|
||||
#include "core_default_rpc_proxy.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,14 +19,16 @@ using namespace epee;
|
|||
#include "console_handler.h"
|
||||
#include "p2p/net_node.h"
|
||||
#include "currency_core/checkpoints_create.h"
|
||||
#include "currency_core/currency_core.h"
|
||||
#include "currency_core/bc_offers_service.h"
|
||||
#include "rpc/core_rpc_server.h"
|
||||
#include "currency_protocol/currency_protocol_handler.h"
|
||||
#ifndef IOS_BUILD
|
||||
#include "currency_core/currency_core.h"
|
||||
#include "currency_core/bc_offers_service.h"
|
||||
#include "rpc/core_rpc_server.h"
|
||||
#include "currency_protocol/currency_protocol_handler.h"
|
||||
#include "core_fast_rpc_proxy.h"
|
||||
#endif
|
||||
#include "daemon/daemon_commands_handler.h"
|
||||
//#include "common/miniupnp_helper.h"
|
||||
#include "view_iface.h"
|
||||
#include "core_fast_rpc_proxy.h"
|
||||
#include "wallet2.h"
|
||||
#include "wallet_id_adapter.h"
|
||||
#include "wallet_rpc_server.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue