diff options
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.cpp b/src/core/hle/service/filesystem/filesystem.cpp index e9d5bd774..04c9d750f 100644 --- a/src/core/hle/service/filesystem/filesystem.cpp +++ b/src/core/hle/service/filesystem/filesystem.cpp | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include "core/file_sys/bis_factory.h" | 10 | #include "core/file_sys/bis_factory.h" |
| 11 | #include "core/file_sys/errors.h" | 11 | #include "core/file_sys/errors.h" |
| 12 | #include "core/file_sys/mode.h" | 12 | #include "core/file_sys/mode.h" |
| 13 | #include "core/file_sys/registered_cache.h" | ||
| 13 | #include "core/file_sys/romfs_factory.h" | 14 | #include "core/file_sys/romfs_factory.h" |
| 14 | #include "core/file_sys/savedata_factory.h" | 15 | #include "core/file_sys/savedata_factory.h" |
| 15 | #include "core/file_sys/sdmc_factory.h" | 16 | #include "core/file_sys/sdmc_factory.h" |
| @@ -19,7 +20,6 @@ | |||
| 19 | #include "core/hle/service/filesystem/fsp_ldr.h" | 20 | #include "core/hle/service/filesystem/fsp_ldr.h" |
| 20 | #include "core/hle/service/filesystem/fsp_pr.h" | 21 | #include "core/hle/service/filesystem/fsp_pr.h" |
| 21 | #include "core/hle/service/filesystem/fsp_srv.h" | 22 | #include "core/hle/service/filesystem/fsp_srv.h" |
| 22 | #include "filesystem.h" | ||
| 23 | 23 | ||
| 24 | namespace Service::FileSystem { | 24 | namespace Service::FileSystem { |
| 25 | 25 | ||