summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nim/nim.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-02-02 07:17:41 +0100
committerLioncash <mathew1800@gmail.com>2016-02-02 07:40:23 +0100
commit0937bed8d8d7102bf9bd5afa1192736eb03de021 (patch)
tree6b978948b52b218b6c8b74793caca50a62200f34 /src/core/hle/service/nim/nim.cpp
parentservices: Update function tables (diff)
downloadyuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.gz
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.bz2
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.lz
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.xz
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.zst
yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nim/nim.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index 73b0ee52a..ed42464ce 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include "common/common_types.h"
#include "common/logging/log.h"
#include "core/hle/service/service.h"
@@ -10,10 +11,6 @@
#include "core/hle/service/nim/nim_s.h"
#include "core/hle/service/nim/nim_u.h"
-#include "core/hle/kernel/event.h"
-#include "core/hle/kernel/shared_memory.h"
-#include "core/hle/hle.h"
-
namespace Service {
namespace NIM {