diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
commit | 49de096c2adcfaf15f99a3355dc4e22f79d56928 (patch) | |
tree | 4ee7505fae6b4190e1753d819657d35e62843499 /src/rpc | |
parent | 29f80cd230c38d7e424810e986c160ddba9b53ac (diff) |
Remove unused Boost includes
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 | ||||
-rw-r--r-- | src/rpc/server.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 8dd84e20c9..08dc1acb51 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -10,7 +10,6 @@ #include <set> #include <stdint.h> -#include <boost/algorithm/string/case_conv.hpp> // for to_lower() #include <univalue.h> class CRPCConvertParam diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index c5fbff0077..31771dffb8 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -18,9 +18,7 @@ #include <boost/bind.hpp> #include <boost/foreach.hpp> -#include <boost/shared_ptr.hpp> #include <boost/signals2/signal.hpp> -#include <boost/thread.hpp> #include <boost/algorithm/string/case_conv.hpp> // for to_upper() #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/split.hpp> |