aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt/apt.h
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-07-12 17:25:55 -0400
committerGravatar bunnei <bunneidev@gmail.com>2015-07-12 17:25:55 -0400
commitb6719ec922ce807510932887b80e61aeeec2fc7b (patch)
treee51bf1dcb7fb474725329579ce2c0bd0374a7ffe /src/core/hle/service/apt/apt.h
parentd4f35fd9895b6f38b0d295958ab355261f8dd816 (diff)
parentfe909b3b5adb5e1306a1c85e6e1275424a6371b2 (diff)
Merge pull request #921 from linkmauve/fix-applet
Fix applet includes using iwyu
Diffstat (limited to 'src/core/hle/service/apt/apt.h')
-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 9f080250..72972d05 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