1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

LibCore: Remove some unnecessary includes from EventLoop.h

This commit is contained in:
Andreas Kling 2023-04-24 07:39:55 +02:00
parent 029f5b0dad
commit 8e7d7b0ec2
3 changed files with 2 additions and 7 deletions

View file

@ -8,6 +8,7 @@
#include <LibCore/System.h>
#include <LibIPC/Connection.h>
#include <LibIPC/Stub.h>
#include <sched.h>
#include <sys/select.h>
namespace IPC {