Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5be546f

Browse files
committed
Additional edits to fix up merge.
1 parent348ed84 commit5be546f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎include/network/http/client.hpp‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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
namespacenetwork {
1212
namespacehttp {

‎include/network/http/request.hpp‎

Lines changed: 1 addition & 1 deletion
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
namespacenetwork {
1212
namespacehttp {

‎include/network/http/response.hpp‎

Lines changed: 1 addition & 1 deletion
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
namespacenetwork {
1212
namespacehttp {

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

Lines changed: 1 addition & 1 deletion
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
namespaceboost {namespacenetwork {namespacehttp {

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

Lines changed: 1 addition & 1 deletion
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
namespaceboost {namespacenetwork {namespacehttp {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp