Merge pull request #8205

0d6fce8 Compil. time: cryptonote_core minus portable_storage header (mj-xmr)
This commit is contained in:
luigi1111 2022-04-06 00:11:14 -04:00
commit 04e490c8da
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include "cryptonote_core/i_core_events.h"
#include "cryptonote_protocol/cryptonote_protocol_handler_common.h"
#include "cryptonote_protocol/enums.h"
#include "storages/portable_storage_template_helper.h"
#include "common/download.h"
#include "common/command_line.h"
#include "tx_pool.h"

View File

@ -35,6 +35,8 @@
#include "tx_pool.h"
#include "transaction_tests.h"
#include <boost/regex.hpp>
namespace po = boost::program_options;
namespace