2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

service: removed redundant include of common_types.h

This commit is contained in:
bunnei 2014-05-20 22:27:12 -04:00
parent a721a4eb33
commit 9bf7ce535a

View file

@ -10,7 +10,6 @@
#include <string> #include <string>
#include "common/common.h" #include "common/common.h"
#include "common/common_types.h"
#include "core/mem_map.h" #include "core/mem_map.h"
#include "core/hle/kernel/kernel.h" #include "core/hle/kernel/kernel.h"