diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-11 11:49:16 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-11 14:14:51 +0200 |
commit | 98080497d28540a48bec50a92b356a4edaddc235 (patch) | |
tree | 81592275823f8037eaa535f4b28ae3a0cc9aa214 /Kernel/FileSystem/Mount.h | |
parent | 47bfd366a8b015d5771c64e010d64d2105df7df2 (diff) | |
download | serenity-98080497d28540a48bec50a92b356a4edaddc235.zip |
Kernel: Use Forward.h headers more
Diffstat (limited to 'Kernel/FileSystem/Mount.h')
-rw-r--r-- | Kernel/FileSystem/Mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/Mount.h b/Kernel/FileSystem/Mount.h index 44397744cc..e4a8782971 100644 --- a/Kernel/FileSystem/Mount.h +++ b/Kernel/FileSystem/Mount.h @@ -7,7 +7,7 @@ #pragma once #include <AK/NonnullRefPtr.h> -#include <Kernel/FileSystem/Forward.h> +#include <Kernel/Forward.h> namespace Kernel { |