summaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-22 23:26:10 -0400
committerGravatar Lioncash2019-05-22 23:26:12 -0400
commitd0e200a894cac4a1aec7d64326c11e4f2eca5c3d (patch)
tree919d58f3995b159005aee86d396f3256cf5c4ea0 /src/core/hle/service/aoc
parentservice/aoc: Pop all passed values where applicable (diff)
downloadyuzu-d0e200a894cac4a1aec7d64326c11e4f2eca5c3d.tar.gz
yuzu-d0e200a894cac4a1aec7d64326c11e4f2eca5c3d.tar.xz
yuzu-d0e200a894cac4a1aec7d64326c11e4f2eca5c3d.zip
service/aoc: Remove unnecessary includes
Removes two header dependencies related to file handling that aren't actually used within the source file.
Diffstat (limited to 'src/core/hle/service/aoc')
-rw-r--r--src/core/hle/service/aoc/aoc_u.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/aoc/aoc_u.cpp b/src/core/hle/service/aoc/aoc_u.cpp
index 12f845024..5838be3fc 100644
--- a/src/core/hle/service/aoc/aoc_u.cpp
+++ b/src/core/hle/service/aoc/aoc_u.cpp
@@ -9,7 +9,6 @@
9#include "core/file_sys/content_archive.h" 9#include "core/file_sys/content_archive.h"
10#include "core/file_sys/control_metadata.h" 10#include "core/file_sys/control_metadata.h"
11#include "core/file_sys/nca_metadata.h" 11#include "core/file_sys/nca_metadata.h"
12#include "core/file_sys/partition_filesystem.h"
13#include "core/file_sys/patch_manager.h" 12#include "core/file_sys/patch_manager.h"
14#include "core/file_sys/registered_cache.h" 13#include "core/file_sys/registered_cache.h"
15#include "core/hle/ipc_helpers.h" 14#include "core/hle/ipc_helpers.h"
@@ -18,7 +17,6 @@
18#include "core/hle/kernel/readable_event.h" 17#include "core/hle/kernel/readable_event.h"
19#include "core/hle/kernel/writable_event.h" 18#include "core/hle/kernel/writable_event.h"
20#include "core/hle/service/aoc/aoc_u.h" 19#include "core/hle/service/aoc/aoc_u.h"
21#include "core/hle/service/filesystem/filesystem.h"
22#include "core/loader/loader.h" 20#include "core/loader/loader.h"
23#include "core/settings.h" 21#include "core/settings.h"
24 22