summaryrefslogtreecommitdiff
path: root/Kernel/MasterPTY.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-23 05:13:17 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-23 05:14:00 +0100
commit754037874c692769c703f86bfa7af641e1346139 (patch)
treed88a26977532a288eed2f61ef61526931713fa4f /Kernel/MasterPTY.h
parent19104570cc286b608f6f8c22002ed4a8965b4648 (diff)
downloadserenity-754037874c692769c703f86bfa7af641e1346139.zip
Move VFS sources into Kernel/.
Diffstat (limited to 'Kernel/MasterPTY.h')
-rw-r--r--Kernel/MasterPTY.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/MasterPTY.h b/Kernel/MasterPTY.h
index 7c85dfea56..c7ba83ba2b 100644
--- a/Kernel/MasterPTY.h
+++ b/Kernel/MasterPTY.h
@@ -1,6 +1,6 @@
#pragma once
-#include <VirtualFileSystem/CharacterDevice.h>
+#include <Kernel/CharacterDevice.h>
#include "DoubleBuffer.h"
class SlavePTY;