diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-23 05:13:17 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-23 05:14:00 +0100 |
commit | 754037874c692769c703f86bfa7af641e1346139 (patch) | |
tree | d88a26977532a288eed2f61ef61526931713fa4f /Kernel/MasterPTY.h | |
parent | 19104570cc286b608f6f8c22002ed4a8965b4648 (diff) | |
download | serenity-754037874c692769c703f86bfa7af641e1346139.zip |
Move VFS sources into Kernel/.
Diffstat (limited to 'Kernel/MasterPTY.h')
-rw-r--r-- | Kernel/MasterPTY.h | 2 |
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; |