Removed dependency of boost::string_ref if USE_STANDALONE_ASIO is defined

This commit is contained in:
eidheim 2017-06-18 08:11:27 +02:00
commit fae8e07faa
2 changed files with 6 additions and 8 deletions

View file

@ -18,8 +18,6 @@ namespace SimpleWeb {
}
#else
#include <boost/asio.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/functional/hash.hpp>
namespace SimpleWeb {
namespace asio = boost::asio;
using error_code = boost::system::error_code;