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

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