From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Public/SDK/SystemKit/FileAPI.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Public/SDK/SystemKit/FileAPI.hxx') diff --git a/Public/SDK/SystemKit/FileAPI.hxx b/Public/SDK/SystemKit/FileAPI.hxx index 12b57a41..c55d26ff 100644 --- a/Public/SDK/SystemKit/FileAPI.hxx +++ b/Public/SDK/SystemKit/FileAPI.hxx @@ -10,10 +10,10 @@ #ifndef _SYSTEM_KIT_HCORE_FILE_HPP #define _SYSTEM_KIT_HCORE_FILE_HPP -#include +#include #include -using namespace hCore; +using namespace HCore; class HFile final { public: -- cgit v1.2.3