aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_pool.cpp
diff options
context:
space:
mode:
authorJeffrey Ryan <jeffro256@tutanota.com>2022-12-22 12:18:02 -0600
committerJeffrey Ryan <jeffro256@tutanota.com>2022-12-22 12:18:02 -0600
commit7a3a593a776840bb78a2566dc64058b83e97eacd (patch)
treedd8a5b8b47d145e673494cfb34a9ff1dff858aa3 /src/cryptonote_core/tx_pool.cpp
parentMerge pull request #8593 (diff)
downloadmonero-7a3a593a776840bb78a2566dc64058b83e97eacd.tar.xz
common: move boost_serialization_helper.h out and cleanup includes
Diffstat (limited to 'src/cryptonote_core/tx_pool.cpp')
-rw-r--r--src/cryptonote_core/tx_pool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/tx_pool.cpp b/src/cryptonote_core/tx_pool.cpp
index 2a514ceae..3346a9aba 100644
--- a/src/cryptonote_core/tx_pool.cpp
+++ b/src/cryptonote_core/tx_pool.cpp
@@ -40,7 +40,6 @@
#include "blockchain.h"
#include "blockchain_db/locked_txn.h"
#include "blockchain_db/blockchain_db.h"
-#include "common/boost_serialization_helper.h"
#include "int-util.h"
#include "misc_language.h"
#include "warnings.h"