From 1aa51e6c8432f72823483516ec0b8b0d2fbfcb5a Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Sat, 4 Jan 2025 10:20:26 -0500 Subject: [PATCH] wsd: net: include cleanup Change-Id: Ia10ae28a0cf9f4e5c5345dbc60da71a341d63e26 Signed-off-by: Ashod Nakashian --- net/SslSocket.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/SslSocket.hpp b/net/SslSocket.hpp index 590ec58775f4..8b1e6553fd2e 100644 --- a/net/SslSocket.hpp +++ b/net/SslSocket.hpp @@ -11,11 +11,10 @@ #pragma once -#include "Ssl.hpp" -#include "Socket.hpp" +#include +#include #include -#include #include #include