summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/FATFS/Inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/FATFS/Inode.h')
-rw-r--r--Kernel/FileSystem/FATFS/Inode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/FileSystem/FATFS/Inode.h b/Kernel/FileSystem/FATFS/Inode.h
index f5e7f1626a..16d9cf63fd 100644
--- a/Kernel/FileSystem/FATFS/Inode.h
+++ b/Kernel/FileSystem/FATFS/Inode.h
@@ -11,8 +11,8 @@
#include <Kernel/FileSystem/FATFS/Definitions.h>
#include <Kernel/FileSystem/FATFS/FileSystem.h>
#include <Kernel/FileSystem/Inode.h>
-#include <Kernel/KBuffer.h>
-#include <Kernel/KString.h>
+#include <Kernel/Library/KBuffer.h>
+#include <Kernel/Library/KString.h>
namespace Kernel {