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
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
16 changed files with 20 additions and 20 deletions

View file

@ -22,6 +22,7 @@
#include <flatfile.h>
#include <fs.h>
#include <hash.h>
#include <kernel/mempool_entry.h>
#include <logging.h>
#include <logging/timer.h>
#include <node/blockstorage.h>
@ -42,7 +43,6 @@
#include <tinyformat.h>
#include <txdb.h>
#include <txmempool.h>
#include <txmempool_entry.h>
#include <uint256.h>
#include <undo.h>
#include <util/check.h> // For NDEBUG compile time check