Browse Source

Core: Remove non-existent classes from `Forward.h`

James Puleo 3 years ago
parent
commit
9f85b4ff7b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Userland/Libraries/LibCore/Forward.h

+ 0 - 4
Userland/Libraries/LibCore/Forward.h

@@ -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;