LibRequests: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
parent
20899d77d8
commit
08812a1f88
Notes:
github-actions[bot]
2024-11-29 08:49:21 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/08812a1f880 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2623
2 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
|
@ -15,7 +14,6 @@
|
|||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/Notifier.h>
|
||||
#include <LibHTTP/HeaderMap.h>
|
||||
#include <LibIPC/Forward.h>
|
||||
#include <LibRequests/NetworkErrorEnum.h>
|
||||
|
||||
namespace Requests {
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
#include <AK/Function.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/Notifier.h>
|
||||
#include <LibIPC/Forward.h>
|
||||
|
||||
namespace Requests {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue