aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/applets/applet.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/applets/applet.h
parentf4e1d8ea36fc3f8309234b8a4a8c9f659b171c80 (diff)
Core: Fix applet includes using iwyu.
Diffstat (limited to 'src/core/hle/applets/applet.h')
-rw-r--r--src/core/hle/applets/applet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/applets/applet.h b/src/core/hle/applets/applet.h
index fe537e70..b235d0b8 100644
--- a/src/core/hle/applets/applet.h
+++ b/src/core/hle/applets/applet.h
@@ -4,9 +4,9 @@
#pragma once
-#include "common/common_types.h"
-#include "core/hle/kernel/kernel.h"
-#include "core/hle/kernel/shared_memory.h"
+#include <memory>
+
+#include "core/hle/result.h"
#include "core/hle/service/apt/apt.h"
namespace HLE {