mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Kernel: Remove a bunch of duplicate forward declarations
This commit is contained in:
parent
e526fa572a
commit
a19304c9d6
2 changed files with 1 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue