mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19: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:
@@ -31,8 +31,6 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
class LocalSocket;
|
||||
|
||||
class LocalServer : public Object {
|
||||
C_OBJECT(LocalServer)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user