mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02: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:
committed by
Brian Gianforcaro
parent
cb57475168
commit
64f135d90f
Notes:
sideshowbarker
2024-07-17 19:42:38 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/64f135d90f2 Pull-request: https://github.com/SerenityOS/serenity/pull/12315 Reviewed-by: https://github.com/linusg ✅
@@ -10,7 +10,6 @@
|
||||
#include <LibCore/Notifier.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibCore/TCPServer.h>
|
||||
#include <LibCore/TCPSocket.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user