diff options
author | Lioncash <mathew1800@gmail.com> | 2020-08-23 14:20:37 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-08-23 17:02:55 -0400 |
commit | 01d1b5cdaff6f05aa62794816547deab977256e5 (patch) | |
tree | f4212fd69ff589b9a5957e5f4215b0b5c8771db0 /src/core/hle | |
parent | 3ea3de4ecd9a03da23b9e823ecc454481a60c3b9 (diff) |
file_sys: Replace inclusions with forward declarations where applicable
Same behavior, minus unnecessary inclusions where not necessary.
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/ns/ns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns.cpp b/src/core/hle/service/ns/ns.cpp index 886450be2..58ee1f712 100644 --- a/src/core/hle/service/ns/ns.cpp +++ b/src/core/hle/service/ns/ns.cpp @@ -5,6 +5,7 @@ #include "common/logging/log.h" #include "core/file_sys/control_metadata.h" #include "core/file_sys/patch_manager.h" +#include "core/file_sys/vfs.h" #include "core/hle/ipc_helpers.h" #include "core/hle/kernel/hle_ipc.h" #include "core/hle/service/ns/errors.h" |