mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +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: c755a09376
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/Badge.h>
|
||||||
#include <AK/IDAllocator.h>
|
#include <AK/IDAllocator.h>
|
||||||
#include <AK/NonnullOwnPtr.h>
|
#include <AK/NonnullOwnPtr.h>
|
||||||
#include <AK/RefCounted.h>
|
|
||||||
#include <AK/Weakable.h>
|
|
||||||
#include <LibCore/EventLoop.h>
|
#include <LibCore/EventLoop.h>
|
||||||
#include <LibCore/Proxy.h>
|
#include <LibCore/Proxy.h>
|
||||||
#include <LibCore/Socket.h>
|
#include <LibCore/Socket.h>
|
||||||
|
@ -19,7 +17,6 @@
|
||||||
#include <RequestServer/ConnectionFromClient.h>
|
#include <RequestServer/ConnectionFromClient.h>
|
||||||
#include <RequestServer/RequestClientEndpoint.h>
|
#include <RequestServer/RequestClientEndpoint.h>
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <netdb.h>
|
|
||||||
|
|
||||||
namespace RequestServer {
|
namespace RequestServer {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue