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/util.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/util.cpp')
| -rw-r--r-- | src/util.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.cpp b/src/util.cpp index 653a4f072..d00b05c4c 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -77,11 +77,8 @@ #endif #include <boost/algorithm/string/case_conv.hpp> // for to_lower() -#include <boost/algorithm/string/join.hpp> #include <boost/algorithm/string/predicate.hpp> // for startswith() and endswith() -#include <boost/foreach.hpp> #include <boost/program_options/detail/config_file.hpp> -#include <boost/program_options/parsers.hpp> #include <boost/thread.hpp> #include <openssl/crypto.h> #include <openssl/rand.h> |