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:44:17 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:16:02 +0100
commit77b7e1e68295221c05184d89bc46adb0129c5ec4 (patch)
treecb298634e93c07cea9397df820edd1bcd506c6c6 /src/core/hle/service/am/service/application_proxy.cpp
parentam: move IDebugFunctions (diff)
downloadyuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar.gz
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar.bz2
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar.lz
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar.xz
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.tar.zst
yuzu-77b7e1e68295221c05184d89bc46adb0129c5ec4.zip
Diffstat (limited to 'src/core/hle/service/am/service/application_proxy.cpp')
-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 6cd6df2d0..445f9b158 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/display_controller.h"
#include "core/hle/service/am/library_applet_creator.h"
#include "core/hle/service/am/library_applet_self_accessor.h"
#include "core/hle/service/am/process_winding_controller.h"
@@ -12,6 +11,7 @@
#include "core/hle/service/am/service/audio_controller.h"
#include "core/hle/service/am/service/common_state_getter.h"
#include "core/hle/service/am/service/debug_functions.h"
+#include "core/hle/service/am/service/display_controller.h"
#include "core/hle/service/am/window_controller.h"
#include "core/hle/service/cmif_serialization.h"