commit | 69c3cf09a67041de8084b5f7fa7b0f54725a27fa | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Jun 06 10:52:49 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Jun 09 15:37:24 2023 +0000 |
tree | c92d22e38662be1f83f240650827f6dce2081d9d | |
parent | b5ca3fdcf15c029e36b05d619752711871bf0e8d [diff] |
Remove unused include This code has never used strands. Tested: Code compiles Change-Id: I59a204fe3f3a26b2a9a8ede990335c58889fb7e6 Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/redfish-core/include/server_sent_events.hpp b/redfish-core/include/server_sent_events.hpp index 695c483..e9ff212 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>