From e477d85ffea45a92aea7a2942bdfb9240fed80bc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Jul 2024 00:01:14 +0200 Subject: FIX: warnings given by clangd. Signed-off-by: Amlal El Mahrouss --- Kernel/KernelKit/FileManager.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Kernel/KernelKit') diff --git a/Kernel/KernelKit/FileManager.hpp b/Kernel/KernelKit/FileManager.hpp index b234ba2b..7f16cfa0 100644 --- a/Kernel/KernelKit/FileManager.hpp +++ b/Kernel/KernelKit/FileManager.hpp @@ -16,16 +16,17 @@ #pragma once -#include "NewKit/Utils.hpp" #ifdef __FSKIT_USE_NEWFS__ #include #endif // __FSKIT_USE_NEWFS__ #include #include -#include #include +#include #include +#include +#include /// @brief Filesystem abstraction manager. /// Works like the VFS or IFS. -- cgit v1.2.3