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:
@@ -32,8 +32,6 @@
|
||||
|
||||
namespace Core {
|
||||
|
||||
class Notifier;
|
||||
|
||||
class Socket : public IODevice {
|
||||
C_OBJECT(Socket)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user