aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorMurray Nesbitt <github@nesbitt.ca>2018-11-13 12:27:52 +0000
committerMurray Nesbitt <github@nesbitt.ca>2018-11-16 03:20:44 +0000
commitc54e5a41c4ae0f50a27b93bda0c7d8f128101670 (patch)
tree9ad6f83b49c6e650f892ea67a8a3ae3bfd928448 /src/rpc
parent47ed24cf8aa7be3b778731b1f140ad9941157933 (diff)
downloadbitcoin-c54e5a41c4ae0f50a27b93bda0c7d8f128101670.tar.xz
Remove unreferenced boost headers
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/blockchain.cpp1
-rw-r--r--src/rpc/util.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 92f6f0fe11..e9bc6d988d 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -38,7 +38,6 @@
#include <univalue.h>
-#include <boost/algorithm/string.hpp>
#include <boost/thread/thread.hpp> // boost::thread::interrupt
#include <memory>
diff --git a/src/rpc/util.h b/src/rpc/util.h
index e21b5ba22a..c125739c20 100644
--- a/src/rpc/util.h
+++ b/src/rpc/util.h
@@ -9,8 +9,6 @@
#include <script/standard.h>
#include <univalue.h>
-#include <boost/variant/static_visitor.hpp>
-
#include <string>
#include <vector>