refactor: Move txmempool_entry.h --> kernel/mempool_entry.h

This commit is contained in:
Hennadii Stepanov
2022-11-30 10:37:13 +00:00
parent 3be21060d6
commit 38941a703e
16 changed files with 20 additions and 20 deletions

View File

@@ -17,6 +17,7 @@
#include <init.h>
#include <init/common.h>
#include <interfaces/chain.h>
#include <kernel/mempool_entry.h>
#include <net.h>
#include <net_processing.h>
#include <node/blockstorage.h>
@@ -41,7 +42,6 @@
#include <timedata.h>
#include <txdb.h>
#include <txmempool.h>
#include <txmempool_entry.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/thread.h>