summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/service/system_applet_proxy.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 02:12:09 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:16:02 +0100
commitc7e94e2175c02fe22846d89915b08d8b1802ef4f (patch)
tree674cbe3c536331516fa8995214104d6d9a01b7ec /src/core/hle/service/am/service/system_applet_proxy.cpp
parentam: rewrite ILibraryAppletCreator (diff)
downloadyuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar.gz
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar.bz2
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar.lz
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar.xz
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.tar.zst
yuzu-c7e94e2175c02fe22846d89915b08d8b1802ef4f.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/service/system_applet_proxy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/am/service/system_applet_proxy.cpp b/src/core/hle/service/am/service/system_applet_proxy.cpp
index 59d5b2a23..1e931dec7 100644
--- a/src/core/hle/service/am/service/system_applet_proxy.cpp
+++ b/src/core/hle/service/am/service/system_applet_proxy.cpp
@@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "core/hle/service/am/application_creator.h"
-#include "core/hle/service/am/library_applet_self_accessor.h"
#include "core/hle/service/am/process_winding_controller.h"
#include "core/hle/service/am/self_controller.h"
#include "core/hle/service/am/service/applet_common_functions.h"