From b79307d04330210d77fbc4da5acfb0686424e470 Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Thu, 10 Jul 2025 01:43:32 +0100 Subject: [PATCH] fix import again --- core/fs/vfs/vfs_offset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fs/vfs/vfs_offset.h b/core/fs/vfs/vfs_offset.h index 01ba4a1..ffa1566 100644 --- a/core/fs/vfs/vfs_offset.h +++ b/core/fs/vfs/vfs_offset.h @@ -5,7 +5,7 @@ #include -#include "core/fs/vfs/vfs.h" +#include "vfs.h" namespace FileSys {