mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 06:44:39 +02:00
Remove redundant dependencies in http/server/fast example
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Version 257:
|
||||
|
||||
* Add b2 features for compile-time options used in testing
|
||||
* Remove redundant dependencies in http/server/fast example
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -12,5 +12,4 @@ exe http-server-fast :
|
||||
:
|
||||
<variant>coverage:<build>no
|
||||
<variant>ubasan:<build>no
|
||||
<library>/boost/coroutine//boost_coroutine
|
||||
;
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#include <boost/beast/http.hpp>
|
||||
#include <boost/beast/version.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <chrono>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
Reference in New Issue
Block a user