File tree 6 files changed +6
-6
lines changed
protocol/http/message/wrappers
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
#ifndef __NETWORK_HTTP_CLIENT_INC__
7
7
# define __NETWORK_HTTP_CLIENT_INC__
8
8
9
- # include < boost/ network/protocol/http/client.hpp>
9
+ # include < network/protocol/http/client.hpp>
10
10
# include < network/http/request.hpp>
11
11
# include < network/http/response.hpp>
12
12
# include < network/http/errors.hpp>
Original file line number Diff line number Diff line change 6
6
#ifndef __NETWORK_HTTP_ERRORS_INC__
7
7
# define __NETWORK_HTTP_ERRORS_INC__
8
8
9
- # include < boost/ network/protocol/http/errors.hpp>
9
+ # include < network/protocol/http/errors.hpp>
10
10
11
11
namespace network {
12
12
namespace http {
Original file line number Diff line number Diff line change 6
6
#ifndef __NETWORK_HTTP_REQUEST_INC__
7
7
# define __NETWORK_HTTP_REQUEST_INC__
8
8
9
- # include < boost/ network/protocol/http/request.hpp>
9
+ # include < network/protocol/http/request.hpp>
10
10
11
11
namespace network {
12
12
namespace http {
Original file line number Diff line number Diff line change 6
6
#ifndef __NETWORK_HTTP_RESPONSE_INC__
7
7
# define __NETWORK_HTTP_RESPONSE_INC__
8
8
9
- # include < boost/ network/protocol/http/response.hpp>
9
+ # include < network/protocol/http/response.hpp>
10
10
11
11
namespace network {
12
12
namespace http {
Original file line number Diff line number Diff line change 9
9
// http://www.boost.org/LICENSE_1_0.txt)
10
10
11
11
#include < boost/optional.hpp>
12
- #include < boost/ network/protocol/http/response/response_base.hpp>
12
+ #include < network/protocol/http/response/response_base.hpp>
13
13
#include < network/protocol/http/response/response_base.hpp>
14
14
15
15
namespace boost { namespace network { namespace http {
Original file line number Diff line number Diff line change 9
9
// http://www.boost.org/LICENSE_1_0.txt)
10
10
11
11
#include < boost/optional.hpp>
12
- #include < boost/ network/protocol/http/response/response_base.hpp>
12
+ #include < network/protocol/http/response/response_base.hpp>
13
13
#include < network/protocol/http/response/response_base.hpp>
14
14
15
15
namespace boost { namespace network { namespace http {
You can’t perform that action at this time.
0 commit comments