1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

LibCore: Remove Core::LocalSocket :^)

This commit is contained in:
sin-ack 2022-01-15 12:11:46 +00:00 committed by Andreas Kling
parent 0249c92313
commit 04d68117c2
6 changed files with 0 additions and 193 deletions

View file

@ -5,7 +5,6 @@
*/
#include <LibCore/LocalServer.h>
#include <LibCore/LocalSocket.h>
#include <LibCore/Notifier.h>
#include <LibCore/Stream.h>
#include <LibCore/System.h>