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

Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h

This commit is contained in:
Nico Weber 2020-10-05 15:32:05 -04:00 committed by Andreas Kling
parent f5af127887
commit be693e95ff
5 changed files with 1 additions and 5 deletions

View file

@ -29,7 +29,6 @@
#include <AK/SharedBuffer.h>
#include <AudioServer/AudioClientEndpoint.h>
#include <LibAudio/Buffer.h>
#include <LibCore/EventLoop.h>
#include <errno.h>
#include <stdio.h>
#include <sys/socket.h>