mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 23:55:15 -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
|
@ -44,6 +44,7 @@
|
|||
#include "rpc/rpc_args.h"
|
||||
#include "daemon/command_line_args.h"
|
||||
#include "blockchain_db/db_types.h"
|
||||
#include "version.h"
|
||||
|
||||
#ifdef STACK_TRACE
|
||||
#include "common/stack_trace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue