Skip to content

Commit

Permalink
wsd: net: include cleanup
Browse files Browse the repository at this point in the history
Change-Id: Ia10ae28a0cf9f4e5c5345dbc60da71a341d63e26
Signed-off-by: Ashod Nakashian <[email protected]>
  • Loading branch information
Ashod committed Jan 6, 2025
1 parent 4a40964 commit 1aa51e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/SslSocket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@

#pragma once

#include "Ssl.hpp"
#include "Socket.hpp"
#include <net/Ssl.hpp>
#include <net/Socket.hpp>

#include <cerrno>
#include <memory>
#include <sstream>
#include <string>

Expand Down

0 comments on commit 1aa51e6

Please sign in to comment.