mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
This commit is contained in:
parent
6a3cd11a80
commit
69400c2ca1
8 changed files with 2 additions and 31 deletions
|
@ -27,12 +27,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <LibCore/Forward.h>
|
||||
#include <ProtocolServer/Download.h>
|
||||
|
||||
namespace Core {
|
||||
class CoreHttpJob;
|
||||
}
|
||||
|
||||
class HttpProtocol;
|
||||
|
||||
class HttpDownload final : public Download {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue