summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/File.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-07-09 14:54:26 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-07-09 15:04:45 +0200
commiteca5c2bdf8412971f047e9c533193dfa2d666b4e (patch)
treee7fa186577b9a6e7224607d406e610662b6a1978 /Kernel/FileSystem/File.h
parent23a6c2086bd0feedc40bea7c40d9c9c042404852 (diff)
downloadserenity-eca5c2bdf8412971f047e9c533193dfa2d666b4e.zip
Kernel: Move VirtualAddress.h into VM/
Diffstat (limited to 'Kernel/FileSystem/File.h')
-rw-r--r--Kernel/FileSystem/File.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/File.h b/Kernel/FileSystem/File.h
index 0f26eb6ec1..57df94cf23 100644
--- a/Kernel/FileSystem/File.h
+++ b/Kernel/FileSystem/File.h
@@ -6,7 +6,7 @@
#include <AK/Types.h>
#include <Kernel/KResult.h>
#include <Kernel/UnixTypes.h>
-#include <Kernel/VirtualAddress.h>
+#include <Kernel/VM/VirtualAddress.h>
class FileDescription;
class Process;