mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h
This commit is contained in:
parent
f5af127887
commit
be693e95ff
Notes:
sideshowbarker
2024-07-19 02:01:41 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/be693e95ff3 Pull-request: https://github.com/SerenityOS/serenity/pull/3697
5 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -31,12 +31,12 @@
|
|||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/LocalServer.h>
|
||||
#include <LibCore/LocalSocket.h>
|
||||
#include <LibCore/UDPSocket.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
LookupServer::LookupServer()
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
#include "ClientConnection.h"
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/LocalServer.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/WindowServerConnection.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <WindowServer/AppletManager.h>
|
||||
#include <WindowServer/ClientConnection.h>
|
||||
#include <WindowServer/Compositor.h>
|
||||
#include <WindowServer/EventLoop.h>
|
||||
#include <WindowServer/Menu.h>
|
||||
#include <WindowServer/MenuBar.h>
|
||||
#include <WindowServer/MenuItem.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "Menu.h"
|
||||
#include "Event.h"
|
||||
#include "EventLoop.h"
|
||||
#include "MenuItem.h"
|
||||
#include "MenuManager.h"
|
||||
#include "Screen.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue