1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38: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:
Andreas Kling 2020-02-15 00:32:33 +01:00
parent 66903ad987
commit 2a41bff329
8 changed files with 2 additions and 16 deletions

View file

@ -33,8 +33,6 @@
namespace Core {
class TCPSocket;
class HttpJob final : public NetworkJob {
C_OBJECT(HttpJob)
public: