LibRequests: Clean up #include directives

This change aims to improve the speed of incremental builds.
This commit is contained in:
Pavel Shliak 2024-11-28 19:57:30 +04:00 committed by Andreas Kling
parent 20899d77d8
commit 08812a1f88
Notes: github-actions[bot] 2024-11-29 08:49:21 +00:00
2 changed files with 0 additions and 4 deletions

View file

@ -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 {

View file

@ -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 {