summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Mount.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-07-11 11:49:16 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-11 14:14:51 +0200
commit98080497d28540a48bec50a92b356a4edaddc235 (patch)
tree81592275823f8037eaa535f4b28ae3a0cc9aa214 /Kernel/FileSystem/Mount.h
parent47bfd366a8b015d5771c64e010d64d2105df7df2 (diff)
downloadserenity-98080497d28540a48bec50a92b356a4edaddc235.zip
Kernel: Use Forward.h headers more
Diffstat (limited to 'Kernel/FileSystem/Mount.h')
-rw-r--r--Kernel/FileSystem/Mount.h2
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 {