summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar bunnei2020-09-02 23:06:38 -0400
committerGravatar GitHub2020-09-02 23:06:38 -0400
commit57e43682edfd29a1ca277ae5cbffb37f6c6f580b (patch)
tree24e6513f35b62fdf65f947fef1f7d991fa151a8c /src/core/hle
parentMerge pull request #4625 from lioncash/libusb2 (diff)
parentfile_sys: Replace inclusions with forward declarations where applicable (diff)
downloadyuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.tar.gz
yuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.tar.xz
yuzu-57e43682edfd29a1ca277ae5cbffb37f6c6f580b.zip
Merge pull request #4564 from lioncash/file-include
file_sys: Replace inclusions with forward declarations where applicable
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/ns/ns.cpp1
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 @@
5#include "common/logging/log.h" 5#include "common/logging/log.h"
6#include "core/file_sys/control_metadata.h" 6#include "core/file_sys/control_metadata.h"
7#include "core/file_sys/patch_manager.h" 7#include "core/file_sys/patch_manager.h"
8#include "core/file_sys/vfs.h"
8#include "core/hle/ipc_helpers.h" 9#include "core/hle/ipc_helpers.h"
9#include "core/hle/kernel/hle_ipc.h" 10#include "core/hle/kernel/hle_ipc.h"
10#include "core/hle/service/ns/errors.h" 11#include "core/hle/service/ns/errors.h"