LibCore: Remove unused header in LocalServer

This commit is contained in:
Ben Wiederhake 2026-02-21 12:43:05 +01:00 committed by Andreas Kling
parent 084f5ababd
commit 08f4cf10ed

View file

@ -7,8 +7,6 @@
#include <LibCore/LocalServer.h>
#include <LibCore/Notifier.h>
#include <LibCore/Socket.h>
#include <LibCore/System.h>
#include <LibCore/SystemServerTakeover.h>
#include <fcntl.h>
#include <stdio.h>
#include <sys/socket.h>