diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f17039..053aa0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 257: * Add b2 features for compile-time options used in testing +* Remove redundant dependencies in http/server/fast example -------------------------------------------------------------------------------- diff --git a/example/http/server/fast/Jamfile b/example/http/server/fast/Jamfile index 7c23c5ad..8a9dd44d 100644 --- a/example/http/server/fast/Jamfile +++ b/example/http/server/fast/Jamfile @@ -12,5 +12,4 @@ exe http-server-fast : : coverage:no ubasan:no - /boost/coroutine//boost_coroutine ; diff --git a/example/http/server/fast/http_server_fast.cpp b/example/http/server/fast/http_server_fast.cpp index eb84f5c2..66c27cad 100644 --- a/example/http/server/fast/http_server_fast.cpp +++ b/example/http/server/fast/http_server_fast.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include