summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-12 23:25:55 +0200
committerbunnei <bunneidev@gmail.com>2015-07-12 23:25:55 +0200
commitb6719ec922ce807510932887b80e61aeeec2fc7b (patch)
treee51bf1dcb7fb474725329579ce2c0bd0374a7ffe /src/core/hle/service
parentKernel: Add CodeSet case to Object::IsWaitable (diff)
parentCore: Fix applet includes using iwyu. (diff)
downloadyuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.gz
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.bz2
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.lz
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.xz
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.tar.zst
yuzu-b6719ec922ce807510932887b80e61aeeec2fc7b.zip
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/apt/apt.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h
index 9f0802508..72972d05b 100644
--- a/src/core/hle/service/apt/apt.h
+++ b/src/core/hle/service/apt/apt.h
@@ -4,11 +4,14 @@
#pragma once
-#include <array>
-#include "core/hle/result.h"
-#include "core/hle/service/service.h"
+#include "common/common_types.h"
+
+#include "core/hle/kernel/kernel.h"
namespace Service {
+
+class Interface;
+
namespace APT {
/// Holds information about the parameters used in Send/Glance/ReceiveParameter