mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
Core: Remove non-existent classes from Forward.h
This commit is contained in:
parent
a97b5393d0
commit
9f85b4ff7b
Notes:
sideshowbarker
2024-07-17 18:33:41 +09:00
Author: https://github.com/drunderscore
Commit: 9f85b4ff7b
Pull-request: https://github.com/SerenityOS/serenity/pull/12638
1 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@ class EventLoop;
|
|||
class File;
|
||||
class IODevice;
|
||||
class LocalServer;
|
||||
class LocalSocket;
|
||||
class MimeData;
|
||||
class NetworkJob;
|
||||
class NetworkResponse;
|
||||
|
@ -30,14 +29,11 @@ class Notifier;
|
|||
class Object;
|
||||
class ObjectClassRegistration;
|
||||
class ProcessStatisticsReader;
|
||||
class Socket;
|
||||
class SocketAddress;
|
||||
class TCPServer;
|
||||
class TCPSocket;
|
||||
class Timer;
|
||||
class TimerEvent;
|
||||
class UDPServer;
|
||||
class UDPSocket;
|
||||
|
||||
enum class TimerShouldFireWhenNotVisible;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue