1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

Kernel: Remove a bunch of duplicate forward declarations

This commit is contained in:
Andreas Kling 2020-08-01 19:39:45 +02:00
parent e526fa572a
commit a19304c9d6
2 changed files with 1 additions and 8 deletions

View file

@ -38,14 +38,6 @@
namespace Kernel {
class CharacterDevice;
class File;
class MasterPTY;
class Process;
class Region;
class Socket;
class TTY;
class FileDescription : public RefCounted<FileDescription> {
MAKE_SLAB_ALLOCATED(FileDescription)
public: