From a7e932b13c529b50ab4053d5038a11598799deb1 Mon Sep 17 00:00:00 2001 From: Damian Jarek Date: Fri, 28 Jun 2019 21:19:34 +0200 Subject: [PATCH] Remove redundant includes in websocket Signed-off-by: Damian Jarek --- CHANGELOG.md | 1 + include/boost/beast/core/detail/remap_post_to_defer.hpp | 1 - include/boost/beast/websocket/impl/stream.hpp | 1 - include/boost/beast/websocket/impl/stream_impl.hpp | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3778bbd6..6090dfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 261: * Deduplicate `websocket::read_size_hint` definition * Fix UB in websocket read tests +* Remove redundant includes in websocket -------------------------------------------------------------------------------- diff --git a/include/boost/beast/core/detail/remap_post_to_defer.hpp b/include/boost/beast/core/detail/remap_post_to_defer.hpp index 77f7d8ab..850a833b 100644 --- a/include/boost/beast/core/detail/remap_post_to_defer.hpp +++ b/include/boost/beast/core/detail/remap_post_to_defer.hpp @@ -10,7 +10,6 @@ #ifndef BOOST_BEAST_DETAIL_REMAP_POST_TO_DEFER_HPP #define BOOST_BEAST_DETAIL_REMAP_POST_TO_DEFER_HPP -#include #include #include #include diff --git a/include/boost/beast/websocket/impl/stream.hpp b/include/boost/beast/websocket/impl/stream.hpp index d6e57c70..539e2551 100644 --- a/include/boost/beast/websocket/impl/stream.hpp +++ b/include/boost/beast/websocket/impl/stream.hpp @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/include/boost/beast/websocket/impl/stream_impl.hpp b/include/boost/beast/websocket/impl/stream_impl.hpp index 0deb9b21..9d25b4e3 100644 --- a/include/boost/beast/websocket/impl/stream_impl.hpp +++ b/include/boost/beast/websocket/impl/stream_impl.hpp @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include