summaryrefslogtreecommitdiff
path: root/Kernel/Thread.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/Thread.h
parent23a6c2086bd0feedc40bea7c40d9c9c042404852 (diff)
downloadserenity-eca5c2bdf8412971f047e9c533193dfa2d666b4e.zip
Kernel: Move VirtualAddress.h into VM/
Diffstat (limited to 'Kernel/Thread.h')
-rw-r--r--Kernel/Thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Thread.h b/Kernel/Thread.h
index d84ee8ca24..93c0d99ea2 100644
--- a/Kernel/Thread.h
+++ b/Kernel/Thread.h
@@ -9,7 +9,6 @@
#include <Kernel/KResult.h>
#include <Kernel/UnixTypes.h>
#include <Kernel/VM/Region.h>
-#include <Kernel/VirtualAddress.h>
class Alarm;
class FileDescription;