diff options
| author | 2018-08-20 20:36:36 -0400 | |
|---|---|---|
| committer | 2018-08-20 23:28:46 -0400 | |
| commit | 477eee3993fe366bcc4cf937de30259ec359adf0 (patch) | |
| tree | 44ba7f27febf936fb8e6ca42f04799ef2a27b98a /src/core/loader/nca.cpp | |
| parent | romfs_factory: Remove unnecessary includes and use forward declarations where... (diff) | |
| download | yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.gz yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.xz yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.zip | |
service/filesystem: Use forward declarations where applicable
Avoids the need to rebuild multiple source files if the filesystem code
headers change.
This also gets rid of a few instances of indirect inclusions being
relied upon
Diffstat (limited to 'src/core/loader/nca.cpp')
| -rw-r--r-- | src/core/loader/nca.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/nca.cpp b/src/core/loader/nca.cpp index 9d50c7d42..c036a8a1c 100644 --- a/src/core/loader/nca.cpp +++ b/src/core/loader/nca.cpp | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include "common/file_util.h" | 7 | #include "common/file_util.h" |
| 8 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 9 | #include "core/file_sys/content_archive.h" | 9 | #include "core/file_sys/content_archive.h" |
| 10 | #include "core/file_sys/romfs_factory.h" | ||
| 10 | #include "core/hle/kernel/process.h" | 11 | #include "core/hle/kernel/process.h" |
| 11 | #include "core/hle/service/filesystem/filesystem.h" | 12 | #include "core/hle/service/filesystem/filesystem.h" |
| 12 | #include "core/loader/deconstructed_rom_directory.h" | 13 | #include "core/loader/deconstructed_rom_directory.h" |