mirror of
https://github.com/pound-emu/pound.git
synced 2026-01-01 16:37:06 +00:00
more import fixing
This commit is contained in:
parent
a444ebf66f
commit
2c82096574
2 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue