Skip to content

Commit 60cd1b9

Browse files
author
casaserv
committed
Removing and unnecessary Boost header file include from one of our public headers.
We should NOT be pulling in Boost into the public API.
1 parent 1cad17f commit 60cd1b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Release/include/cpprest/http_msg.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ namespace pplx = Concurrency;
4646
#include "cpprest/streams.h"
4747
#include "cpprest/containerstream.h"
4848

49-
#ifndef WIN32
50-
#include <boost/algorithm/string/predicate.hpp>
51-
#endif
52-
5349
namespace web {
5450

5551
/// <summary>

0 commit comments

Comments
 (0)