mirror of
https://github.com/monero-project/monero.git
synced 2025-08-17 02:00:45 -04:00
cryptonote_core does not depend on p2p anymore
As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.
This commit is contained in:
parent
38ecd0526e
commit
4abf25f3c9
18 changed files with 169 additions and 72 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include <boost/program_options/variables_map.hpp>
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
|
||||
#include "math_helper.h"
|
||||
#include "storages/levin_abstract_invoke2.h"
|
||||
|
@ -46,8 +45,6 @@
|
|||
#include "block_queue.h"
|
||||
#include "cryptonote_basic/connection_context.h"
|
||||
#include "cryptonote_basic/cryptonote_stat_info.h"
|
||||
#include "cryptonote_basic/verification_context.h"
|
||||
// #include <netinet/in.h>
|
||||
#include <boost/circular_buffer.hpp>
|
||||
|
||||
PUSH_WARNINGS
|
||||
|
@ -173,7 +170,4 @@ namespace cryptonote
|
|||
|
||||
} // namespace
|
||||
|
||||
|
||||
#include "cryptonote_protocol_handler.inl"
|
||||
|
||||
POP_WARNINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue