mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
LibCore: Remove a bunch of unnecessary forward declarations
Now that we get LibCore forward declarations from <LibCore/Forward.h>, we don't need to declare things manually.
This commit is contained in:
parent
66903ad987
commit
2a41bff329
8 changed files with 2 additions and 16 deletions
|
@ -29,11 +29,11 @@
|
|||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/URL.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/Forward.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class NetworkJob;
|
||||
|
||||
class HttpRequest {
|
||||
public:
|
||||
enum Method {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue