summaryrefslogtreecommitdiff
path: root/redfish-core/include
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-06-06 20:52:49 +0300
committerEd Tanous <ed@tanous.net>2023-06-09 18:37:24 +0300
commit69c3cf09a67041de8084b5f7fa7b0f54725a27fa (patch)
treec92d22e38662be1f83f240650827f6dce2081d9d /redfish-core/include
parentb5ca3fdcf15c029e36b05d619752711871bf0e8d (diff)
downloadbmcweb-69c3cf09a67041de8084b5f7fa7b0f54725a27fa.tar.xz
Remove unused include
This code has never used strands. Tested: Code compiles Change-Id: I59a204fe3f3a26b2a9a8ede990335c58889fb7e6 Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'redfish-core/include')
-rw-r--r--redfish-core/include/server_sent_events.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/redfish-core/include/server_sent_events.hpp b/redfish-core/include/server_sent_events.hpp
index 695c483b68..e9ff212f72 100644
--- a/redfish-core/include/server_sent_events.hpp
+++ b/redfish-core/include/server_sent_events.hpp
@@ -19,7 +19,6 @@
#include "logging.hpp"
#include <boost/asio/ip/tcp.hpp>
-#include <boost/asio/strand.hpp>
#include <boost/beast/http/buffer_body.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/read.hpp>