mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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:
@@ -30,8 +30,6 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
class LocalServer;
|
||||
|
||||
class LocalSocket final : public Socket {
|
||||
C_OBJECT(LocalSocket)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user