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
commit be693e95ff
Notes: sideshowbarker 2024-07-19 02:01:41 +09:00
5 changed files with 1 additions and 5 deletions

View file

@ -25,7 +25,6 @@
*/
#include "ClientConnection.h"
#include <LibCore/EventLoop.h>
#include <LibCore/LocalServer.h>
#include <LibGUI/Application.h>
#include <LibGUI/WindowServerConnection.h>