diff options
author | mj-xmr <mjxmr@protonmail.com> | 2022-03-03 23:10:51 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2022-03-04 12:48:35 +0100 |
commit | 0d6fce899502446805121797b2a0047fb3765871 (patch) | |
tree | 9f671e0140386464687e70a49c35e334447aa4ca /src | |
parent | Merge pull request #8161 (diff) | |
download | monero-0d6fce899502446805121797b2a0047fb3765871.tar.xz |
Compil. time: cryptonote_core minus portable_storage header
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index d2bffdaee..8cfb46ba7 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -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" |