diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-07-31 10:03:55 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-10-15 22:56:43 +0000 |
commit | 084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch) | |
tree | 683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/bench/rpc_mempool.cpp | |
parent | eb292af309aa57f3d7998b01307dd4cb91702908 (diff) |
Remove unused includes
Diffstat (limited to 'src/bench/rpc_mempool.cpp')
-rw-r--r-- | src/bench/rpc_mempool.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bench/rpc_mempool.cpp b/src/bench/rpc_mempool.cpp index b35a744055..bf63cccf09 100644 --- a/src/bench/rpc_mempool.cpp +++ b/src/bench/rpc_mempool.cpp @@ -8,8 +8,6 @@ #include <univalue.h> -#include <list> -#include <vector> static void AddTx(const CTransactionRef& tx, const CAmount& fee, CTxMemPool& pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main, pool.cs) { |