From 6eb208557a9dab8fc5e309a8034613c16d98ac27 Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Wed, 9 Jul 2025 07:38:40 +0100 Subject: [PATCH] update content_archive includes --- core/fs/content_archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fs/content_archive.h b/core/fs/content_archive.h index 976bb5d..d9c0b16 100644 --- a/core/fs/content_archive.h +++ b/core/fs/content_archive.h @@ -13,7 +13,7 @@ #include "../common/common_types.h" #include "../common/swap.h" #include "../core/crypto/key_manager.h" -#include "../core/file_sys/vfs/vfs.h" +#include "../core/fs/vfs/vfs.h" namespace Loader { enum class ResultStatus : u16;