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/torcontrol.cpp | |
parent | 29f80cd230c38d7e424810e986c160ddba9b53ac (diff) |
Remove unused Boost includes
Diffstat (limited to 'src/torcontrol.cpp')
-rw-r--r-- | src/torcontrol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index 8a37139f1d..e3baa0556a 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -18,7 +18,6 @@ #include <boost/bind.hpp> #include <boost/signals2/signal.hpp> #include <boost/foreach.hpp> -#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/split.hpp> #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/replace.hpp> |