removed superflous boost/string_ref include
This commit is contained in:
parent
90e5047b41
commit
1d7b24e13e
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ namespace SimpleWeb {
|
||||||
#else
|
#else
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <boost/asio/steady_timer.hpp>
|
#include <boost/asio/steady_timer.hpp>
|
||||||
#include <boost/utility/string_ref.hpp>
|
|
||||||
namespace SimpleWeb {
|
namespace SimpleWeb {
|
||||||
namespace asio = boost::asio;
|
namespace asio = boost::asio;
|
||||||
using error_code = boost::system::error_code;
|
using error_code = boost::system::error_code;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue