diff options
| author | practicalswift <[email protected]> | 2017-06-09 10:25:26 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-09 10:25:26 +0200 |
| commit | 49de096c2adcfaf15f99a3355dc4e22f79d56928 (patch) | |
| tree | 4ee7505fae6b4190e1753d819657d35e62843499 /src/init.cpp | |
| parent | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo... (diff) | |
| download | discoin-49de096c2adcfaf15f99a3355dc4e22f79d56928.tar.xz discoin-49de096c2adcfaf15f99a3355dc4e22f79d56928.zip | |
Remove unused Boost includes
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 04d1280c9..18ca93239 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -55,7 +55,6 @@ #endif #include <boost/algorithm/string/classification.hpp> -#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/replace.hpp> #include <boost/algorithm/string/split.hpp> #include <boost/bind.hpp> |