summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-10-07 19:29:33 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-10-07 19:32:21 +0200
commit7bb2dd75cddf1556083c258aafb5e1b714af6939 (patch)
tree90dd342d4cd27533f26a5610002e9d98ea61e204 /src/core/hle/service/filesystem
parentMerge pull request #7118 from ameerj/vc-gpu-impl (diff)
downloadyuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.gz
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.bz2
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.lz
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.xz
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.zst
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.zip
Diffstat (limited to 'src/core/hle/service/filesystem')
-rw-r--r--src/core/hle/service/filesystem/fsp_ldr.cpp1
-rw-r--r--src/core/hle/service/filesystem/fsp_pr.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/filesystem/fsp_ldr.cpp b/src/core/hle/service/filesystem/fsp_ldr.cpp
index 1f6c17ba5..f112ae9d0 100644
--- a/src/core/hle/service/filesystem/fsp_ldr.cpp
+++ b/src/core/hle/service/filesystem/fsp_ldr.cpp
@@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include "core/hle/service/filesystem/fsp_ldr.h"
-#include "core/hle/service/service.h"
namespace Service::FileSystem {
diff --git a/src/core/hle/service/filesystem/fsp_pr.cpp b/src/core/hle/service/filesystem/fsp_pr.cpp
index 00e4d1662..9b7f7d861 100644
--- a/src/core/hle/service/filesystem/fsp_pr.cpp
+++ b/src/core/hle/service/filesystem/fsp_pr.cpp
@@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include "core/hle/service/filesystem/fsp_pr.h"
-#include "core/hle/service/service.h"
namespace Service::FileSystem {