mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Services: Remove unused header includes
This commit is contained in:
parent
18d6f9ed5c
commit
808aa31353
Notes:
sideshowbarker
2024-07-18 07:39:47 +09:00
Author: https://github.com/bgianfo
Commit: 808aa31353
Pull-request: https://github.com/SerenityOS/serenity/pull/9120
Reviewed-by: https://github.com/AtkinsSJ ✅
23 changed files with 1 additions and 44 deletions
|
@ -6,22 +6,14 @@
|
|||
|
||||
#include <AK/Debug.h>
|
||||
#include <Kernel/API/MousePacket.h>
|
||||
#include <LibCore/LocalSocket.h>
|
||||
#include <LibCore/Object.h>
|
||||
#include <WindowServer/ClientConnection.h>
|
||||
#include <WindowServer/Cursor.h>
|
||||
#include <WindowServer/Event.h>
|
||||
#include <WindowServer/EventLoop.h>
|
||||
#include <WindowServer/Screen.h>
|
||||
#include <WindowServer/WMClientConnection.h>
|
||||
#include <WindowServer/WindowManager.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace WindowServer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue