aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-util.cpp
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-09-11 12:54:50 +0200
committerfanquake <fanquake@gmail.com>2022-03-25 15:30:20 +0000
commit3bb96274632cc914e9fe7a97f5e029bd29187db5 (patch)
tree6821d697936a9803084f159fa1500b99c245de30 /src/bitcoin-util.cpp
parentf10b24ad2943095f964a6b03ba202c2cfbacdf23 (diff)
downloadbitcoin-3bb96274632cc914e9fe7a97f5e029bd29187db5.tar.xz
refactor: remove unused boost header include in bitcoin-util.cpp
This header was included since the introduction of bitcoin-util in commit 13762bcc9618138dd28b53c2031defdc9d762d26, but boost was actually never used (see `git log -S boost ./src/bitcoin-util.cpp`).
Diffstat (limited to 'src/bitcoin-util.cpp')
-rw-r--r--src/bitcoin-util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoin-util.cpp b/src/bitcoin-util.cpp
index b457e0b354..a2f3fca26c 100644
--- a/src/bitcoin-util.cpp
+++ b/src/bitcoin-util.cpp
@@ -22,8 +22,6 @@
#include <memory>
#include <thread>
-#include <boost/algorithm/string.hpp>
-
static const int CONTINUE_EXECUTION=-1;
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;