refactor: remove unused boost header include in bitcoin-util.cpp

This header was included since the introduction of bitcoin-util in
commit 13762bcc96, but boost was
actually never used (see `git log -S boost ./src/bitcoin-util.cpp`).
24.x
Sebastian Falbesoner 3 years ago committed by fanquake
parent f10b24ad29
commit 3bb9627463
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -22,8 +22,6 @@
#include <memory> #include <memory>
#include <thread> #include <thread>
#include <boost/algorithm/string.hpp>
static const int CONTINUE_EXECUTION=-1; static const int CONTINUE_EXECUTION=-1;
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr; const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;

Loading…
Cancel
Save