1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +00:00

LibCore+Userland: Remove Core::TCPSocket :^)

This was deprecated in favor of Core::Stream::TCPSocket, and now has no
users.
This commit is contained in:
sin-ack 2022-02-06 16:05:28 +00:00 committed by Brian Gianforcaro
parent cb57475168
commit 64f135d90f
10 changed files with 1 additions and 83 deletions

View file

@ -9,7 +9,6 @@
#include <AK/URL.h>
#include <AK/Vector.h>
#include <LibCore/Object.h>
#include <LibCore/TCPSocket.h>
#include <LibTLS/TLSv12.h>
#include <LibWebSocket/Message.h>