Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115599
D5523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
657 B
Subscribers
None
D5523.diff
View Options
diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp
--- a/src/interfaces/node.cpp
+++ b/src/interfaces/node.cpp
@@ -43,7 +43,6 @@
throw std::logic_error("Wallet function called in non-wallet build.")
#endif
-#include <boost/thread/thread.hpp>
#include <univalue.h>
#include <atomic>
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -32,7 +32,6 @@
#include <versionbitsinfo.h> // For VersionBitsDeploymentInfo
#include <warnings.h>
-#include <boost/algorithm/string.hpp>
#include <boost/thread/thread.hpp> // boost::thread::interrupt
#include <cassert>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:30 (8 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187619
Default Alt Text
D5523.diff (657 B)
Attached To
D5523: Merge #14718: Remove unreferenced boost headers
Event Timeline
Log In to Comment