mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
refactor: Move txmempool_entry.h --> kernel/mempool_entry.h
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
#include <consensus/amount.h>
|
||||
#include <consensus/consensus.h>
|
||||
#include <kernel/mempool_entry.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <test/fuzz/FuzzedDataProvider.h>
|
||||
#include <test/fuzz/util.h>
|
||||
#include <test/fuzz/util/mempool.h>
|
||||
#include <txmempool_entry.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef BITCOIN_TEST_FUZZ_UTIL_MEMPOOL_H
|
||||
#define BITCOIN_TEST_FUZZ_UTIL_MEMPOOL_H
|
||||
|
||||
#include <txmempool_entry.h>
|
||||
#include <kernel/mempool_entry.h>
|
||||
#include <validation.h>
|
||||
|
||||
class CTransaction;
|
||||
|
||||
Reference in New Issue
Block a user