diff options
author | Jon Atack <jon@atack.com> | 2021-09-16 15:08:19 +0200 |
---|---|---|
committer | Martin Ankerl <martin.ankerl@gmail.com> | 2021-09-21 14:45:49 +0200 |
commit | d312fd94a1083cdbf071f2888aab43c62d358151 (patch) | |
tree | decb2bc7dd62262c93490d463657922d8220776a /src/bench/bech32.cpp | |
parent | 1f10f1663e53474038b9111c4264a250cffe7501 (diff) |
bench: clean up includes
Drops unneeded and adds missing includes
Diffstat (limited to 'src/bench/bech32.cpp')
-rw-r--r-- | src/bench/bech32.cpp | 1 |
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> |