mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-22 22:37:02 +00:00
a
This commit is contained in:
parent
9190bebf67
commit
3c780828b6
3 changed files with 7 additions and 7 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/file_sys/vfs/vfs_types.h"
|
||||
#include "../common/common_funcs.h"
|
||||
#include "../common/common_types.h"
|
||||
#include "../common/swap.h"
|
||||
#include "../core/fs/vfs/vfs_types.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/hle/result.h"
|
||||
#include "../core/hle/result.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "../common/common_funcs.h"
|
||||
#include "../common/common_types.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue