summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-12-29 05:45:44 +0100
committerbunnei <bunneidev@gmail.com>2017-12-29 05:45:44 +0100
commitb67cbb8d9223f4757092e967c56878183d11fb09 (patch)
treecdf16d951a0e23fe297d551fddd534226b83f142 /src/core/hle/service/am
parentservice: Add empty interface for pctl:a. (diff)
downloadyuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar.gz
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar.bz2
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar.lz
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar.xz
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.tar.zst
yuzu-b67cbb8d9223f4757092e967c56878183d11fb09.zip
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 482aa07ef..45603c9b3 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "common/logging/log.h"
-#include "core/hle/ipc_helpers.h"
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/applet_oe.h"