Skip to content

Commit

Permalink
Kernel: Remove a bunch of duplicate forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Aug 2, 2020
1 parent e526fa5 commit a19304c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions Kernel/FileSystem/FileDescription.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Kernel/Forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class KBuffer;
class KResult;
class LocalSocket;
class MappedROM;
class MasterPTY;
class PageDirectory;
class PerformanceEventBuffer;
class PhysicalPage;
Expand Down

0 comments on commit a19304c

Please sign in to comment.