mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
Move connection_info into rpc directory
This commit is contained in:
parent
af3113560a
commit
4fe9347127
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "warnings.h"
|
#include "warnings.h"
|
||||||
#include "net/levin_server_cp2.h"
|
#include "net/levin_server_cp2.h"
|
||||||
#include "connection_info.h"
|
|
||||||
#include "p2p_protocol_defs.h"
|
#include "p2p_protocol_defs.h"
|
||||||
#include "storages/levin_abstract_invoke2.h"
|
#include "storages/levin_abstract_invoke2.h"
|
||||||
#include "net_peerlist.h"
|
#include "net_peerlist.h"
|
||||||
@ -26,6 +25,7 @@
|
|||||||
#include "math_helper.h"
|
#include "math_helper.h"
|
||||||
#include "net_node_common.h"
|
#include "net_node_common.h"
|
||||||
#include "common/command_line.h"
|
#include "common/command_line.h"
|
||||||
|
#include "rpc/connection_info.h"
|
||||||
|
|
||||||
PUSH_WARNINGS
|
PUSH_WARNINGS
|
||||||
DISABLE_VS_WARNINGS(4355)
|
DISABLE_VS_WARNINGS(4355)
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#include "cryptonote_core/difficulty.h"
|
#include "cryptonote_core/difficulty.h"
|
||||||
#include "crypto/hash.h"
|
#include "crypto/hash.h"
|
||||||
#include "rpc/block_header_responce.h"
|
#include "rpc/block_header_responce.h"
|
||||||
|
#include "rpc/connection_info.h"
|
||||||
#include "rpc/tx_info.h"
|
#include "rpc/tx_info.h"
|
||||||
#include "p2p/connection_info.h"
|
|
||||||
|
|
||||||
namespace cryptonote
|
namespace cryptonote
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user