mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 22:12:20 +00:00
Kernel: Remove a bunch of duplicate forward declarations
This commit is contained in:
parent
e526fa572a
commit
a19304c9d6
Notes:
sideshowbarker
2024-07-19 04:23:45 +09:00
Author: https://github.com/awesomekling
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