1
Fork 0
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:
Ben Wiederhake 2020-09-12 00:44:54 +02:00 committed by Andreas Kling
parent d16f510805
commit 0d79e57c4d
4 changed files with 5 additions and 4 deletions

View file

@ -43,7 +43,7 @@ namespace Kernel {
class Custody;
class Device;
class FileDescription;
class UnveiledPath;
struct UnveiledPath;
struct UidAndGid {
uid_t uid;