Remove unused Boost includes

This commit is contained in:
practicalswift
2017-06-09 10:25:26 +02:00
parent 29f80cd230
commit 49de096c2a
28 changed files with 0 additions and 40 deletions

View File

@@ -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>