mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
RequestServer/ConnectionFromClient: Remove unused header directives
This commit is contained in:
parent
fc53422e1c
commit
c755a09376
Notes:
github-actions[bot]
2024-11-03 19:03:49 +00:00
Author: https://github.com/rmg-x Commit: https://github.com/LadybirdBrowser/ladybird/commit/c755a093763 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2131 Reviewed-by: https://github.com/alimpfard
1 changed files with 0 additions and 3 deletions
|
@ -7,8 +7,6 @@
|
|||
#include <AK/Badge.h>
|
||||
#include <AK/IDAllocator.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/Proxy.h>
|
||||
#include <LibCore/Socket.h>
|
||||
|
@ -19,7 +17,6 @@
|
|||
#include <RequestServer/ConnectionFromClient.h>
|
||||
#include <RequestServer/RequestClientEndpoint.h>
|
||||
#include <curl/curl.h>
|
||||
#include <netdb.h>
|
||||
|
||||
namespace RequestServer {
|
||||
|
||||
|
|
Loading…
Reference in a new issue