more import fixing

This commit is contained in:
ownedbywuigi 2025-07-09 05:36:57 +01:00
parent a444ebf66f
commit 2c82096574
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
#include <vector>
#include "../common/common_types.h"
#include "../core/file_sys/vfs/vfs_types.h"
#include "../core/fs/vfs/vfs_types.h"
namespace Core::Crypto {

View file

@ -11,10 +11,10 @@
#include <utility>
#include <vector>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "fs/control_metadata.h"
#include "fs/vfs/vfs.h"
#include "../common/common_funcs.h"
#include "../common/common_types.h"
#include "../core/fs/control_metadata.h"
#include "../core/fs/vfs/vfs.h"
namespace Core {
class System;
@ -31,7 +31,7 @@ class KProcess;
namespace Loader {
/// File types supported by CTR
/// File types supported by CTR/NX/Ounce
enum class FileType {
Error,
Unknown,