LibRequests: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
parent
20899d77d8
commit
08812a1f88
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…
Reference in a new issue