aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bech32.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-09-16 15:08:19 +0200
committerMartin Ankerl <martin.ankerl@gmail.com>2021-09-21 14:45:49 +0200
commitd312fd94a1083cdbf071f2888aab43c62d358151 (patch)
treedecb2bc7dd62262c93490d463657922d8220776a /src/bench/bech32.cpp
parent1f10f1663e53474038b9111c4264a250cffe7501 (diff)
downloadbitcoin-d312fd94a1083cdbf071f2888aab43c62d358151.tar.xz
bench: clean up includes
Drops unneeded and adds missing includes
Diffstat (limited to 'src/bench/bech32.cpp')
-rw-r--r--src/bench/bech32.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bench/bech32.cpp b/src/bench/bech32.cpp
index 8e10862a37..bc3685818e 100644
--- a/src/bench/bech32.cpp
+++ b/src/bench/bech32.cpp
@@ -3,7 +3,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bench/bench.h>
-#include <bench/nanobench.h>
#include <bech32.h>
#include <util/strencodings.h>