aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/apt/apt.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 22:10:37 +0100
committerGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 22:10:37 +0100
commitfe909b3b5adb5e1306a1c85e6e1275424a6371b2 (patch)
tree28cd4fbd98402187dbaa0a87e14eabaff88ff8d0 /src/core/hle/service/apt/apt.h
parentf4e1d8ea36fc3f8309234b8a4a8c9f659b171c80 (diff)
Core: 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