summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-21 02:36:36 +0200
committerLioncash <mathew1800@gmail.com>2018-08-21 05:28:46 +0200
commit477eee3993fe366bcc4cf937de30259ec359adf0 (patch)
tree44ba7f27febf936fb8e6ca42f04799ef2a27b98a /src/core/hle/service/filesystem/fsp_srv.cpp
parentromfs_factory: Remove unnecessary includes and use forward declarations where applicable (diff)
downloadyuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.gz
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.bz2
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.lz
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.xz
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.tar.zst
yuzu-477eee3993fe366bcc4cf937de30259ec359adf0.zip
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.cpp')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp_srv.cpp
index 2f8a7a3c1..8ece74d7e 100644
--- a/src/core/hle/service/filesystem/fsp_srv.cpp
+++ b/src/core/hle/service/filesystem/fsp_srv.cpp
@@ -13,9 +13,11 @@
#include "common/common_types.h"
#include "common/logging/log.h"
#include "common/string_util.h"
-#include "core/core.h"
#include "core/file_sys/directory.h"
#include "core/file_sys/errors.h"
+#include "core/file_sys/nca_metadata.h"
+#include "core/file_sys/savedata_factory.h"
+#include "core/file_sys/vfs.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/process.h"
#include "core/hle/service/filesystem/filesystem.h"