summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/service/application_proxy.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 01:31:01 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:16:00 +0100
commit44e7e85f231b611130f71405b5258f5250e8785b (patch)
tree47b33fdb9a3f2eadf4e2fd920804b26ab0bd21cd /src/core/hle/service/am/service/application_proxy.cpp
parentam: rewrite IAppletCommonFunctions (diff)
downloadyuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.gz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.bz2
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.lz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.xz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.zst
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/service/application_proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/service/application_proxy.cpp b/src/core/hle/service/am/service/application_proxy.cpp
index b22960610..55a4ea72f 100644
--- a/src/core/hle/service/am/service/application_proxy.cpp
+++ b/src/core/hle/service/am/service/application_proxy.cpp
@@ -1,7 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
-#include "core/hle/service/am/application_functions.h"
#include "core/hle/service/am/common_state_getter.h"
#include "core/hle/service/am/debug_functions.h"
#include "core/hle/service/am/display_controller.h"
@@ -10,6 +9,7 @@
#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"
+#include "core/hle/service/am/service/application_functions.h"
#include "core/hle/service/am/service/application_proxy.h"
#include "core/hle/service/am/service/audio_controller.h"
#include "core/hle/service/am/window_controller.h"