mirror of
https://github.com/monero-project/monero.git
synced 2025-08-20 07:48:11 -04:00
move connection_basic and network_throttle from src/p2p to epee
These even had the epee namespace. This fixes some ugly circular dependencies.
This commit is contained in:
parent
4abf25f3c9
commit
bb89ae8b20
11 changed files with 15 additions and 14 deletions
|
@ -70,7 +70,7 @@
|
|||
#include <boost/asio/ip/unicast.hpp>
|
||||
|
||||
#include "cryptonote_protocol_handler.h"
|
||||
#include "p2p/network_throttle.hpp"
|
||||
#include "net/network_throttle.hpp"
|
||||
|
||||
#include "cryptonote_core/cryptonote_core.h" // e.g. for the send_stop_signal()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue