mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
Kernel: Fix various forward declarations
I decided to modify MappedROM.h because all other entried in Forward.h are also classes, and this is visually more pleasing. Other than that, it just doesn't make any difference which way we resolve the conflicts.
This commit is contained in:
parent
d16f510805
commit
0d79e57c4d
4 changed files with 5 additions and 4 deletions
|
@ -43,7 +43,7 @@ namespace Kernel {
|
|||
class Custody;
|
||||
class Device;
|
||||
class FileDescription;
|
||||
class UnveiledPath;
|
||||
struct UnveiledPath;
|
||||
|
||||
struct UidAndGid {
|
||||
uid_t uid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue