summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-20 22:27:12 -0400
committerGravatar bunnei2014-05-20 22:27:12 -0400
commit9bf7ce535a604d5523bfc14ea8057477ce1a4e0f (patch)
tree587597daeb076fdd563d95ddb4a12859380b3f04 /src
parentarm: removed include of windows.h from armdefs.h to arminit.c (only module th... (diff)
downloadyuzu-9bf7ce535a604d5523bfc14ea8057477ce1a4e0f.tar.gz
yuzu-9bf7ce535a604d5523bfc14ea8057477ce1a4e0f.tar.xz
yuzu-9bf7ce535a604d5523bfc14ea8057477ce1a4e0f.zip
service: removed redundant include of common_types.h
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/service.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index eba730efb..716669bed 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -10,7 +10,6 @@
10#include <string> 10#include <string>
11 11
12#include "common/common.h" 12#include "common/common.h"
13#include "common/common_types.h"
14#include "core/mem_map.h" 13#include "core/mem_map.h"
15 14
16#include "core/hle/kernel/kernel.h" 15#include "core/hle/kernel/kernel.h"