mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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
Notes:
sideshowbarker
2024-07-19 09:19:51 +09:00
Author: https://github.com/awesomekling
Commit: 2a41bff329
8 changed files with 2 additions and 16 deletions
|
@ -33,8 +33,6 @@
|
|||
|
||||
namespace Core {
|
||||
|
||||
class TCPSocket;
|
||||
|
||||
class HttpJob final : public NetworkJob {
|
||||
C_OBJECT(HttpJob)
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue