Skip to content

Commit 5be546f

Browse files
committed
Additional edits to fix up merge.
1 parent 348ed84 commit 5be546f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

include/network/http/client.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef __NETWORK_HTTP_CLIENT_INC__
77
# define __NETWORK_HTTP_CLIENT_INC__
88

9-
# include <boost/network/protocol/http/client.hpp>
9+
# include <network/protocol/http/client.hpp>
1010
# include <network/http/request.hpp>
1111
# include <network/http/response.hpp>
1212
# include <network/http/errors.hpp>

include/network/http/errors.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef __NETWORK_HTTP_ERRORS_INC__
77
# define __NETWORK_HTTP_ERRORS_INC__
88

9-
# include <boost/network/protocol/http/errors.hpp>
9+
# include <network/protocol/http/errors.hpp>
1010

1111
namespace network {
1212
namespace http {

include/network/http/request.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef __NETWORK_HTTP_REQUEST_INC__
77
# define __NETWORK_HTTP_REQUEST_INC__
88

9-
# include <boost/network/protocol/http/request.hpp>
9+
# include <network/protocol/http/request.hpp>
1010

1111
namespace network {
1212
namespace http {

include/network/http/response.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef __NETWORK_HTTP_RESPONSE_INC__
77
# define __NETWORK_HTTP_RESPONSE_INC__
88

9-
# include <boost/network/protocol/http/response.hpp>
9+
# include <network/protocol/http/response.hpp>
1010

1111
namespace network {
1212
namespace http {

include/network/protocol/http/message/wrappers/status_message.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// http://www.boost.org/LICENSE_1_0.txt)
1010

1111
#include <boost/optional.hpp>
12-
#include <boost/network/protocol/http/response/response_base.hpp>
12+
#include <network/protocol/http/response/response_base.hpp>
1313
#include <network/protocol/http/response/response_base.hpp>
1414

1515
namespace boost { namespace network { namespace http {

include/network/protocol/http/message/wrappers/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// http://www.boost.org/LICENSE_1_0.txt)
1010

1111
#include <boost/optional.hpp>
12-
#include <boost/network/protocol/http/response/response_base.hpp>
12+
#include <network/protocol/http/response/response_base.hpp>
1313
#include <network/protocol/http/response/response_base.hpp>
1414

1515
namespace boost { namespace network { namespace http {

0 commit comments

Comments
 (0)