From 1d7b24e13e873a30809f90a86fb7dd4d8fe40050 Mon Sep 17 00:00:00 2001 From: Seth Hamilton Date: Thu, 1 Mar 2018 11:00:38 -0500 Subject: [PATCH] removed superflous boost/string_ref include --- client_http.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client_http.hpp b/client_http.hpp index a3cc7dd..5d802b5 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -20,7 +20,6 @@ namespace SimpleWeb { #else #include #include -#include namespace SimpleWeb { namespace asio = boost::asio; using error_code = boost::system::error_code;