mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 16:17:56 -05:00
core: Prune redundant includes
This commit is contained in:
@ -3,11 +3,8 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/log.h"
|
||||
#include "common/string_util.h"
|
||||
|
||||
#include "core/hle/hle.h"
|
||||
|
||||
#include "core/hle/service/service.h"
|
||||
#include "core/hle/service/apt.h"
|
||||
#include "core/hle/service/fs.h"
|
||||
@ -16,8 +13,6 @@
|
||||
#include "core/hle/service/ndm.h"
|
||||
#include "core/hle/service/srv.h"
|
||||
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
|
||||
namespace Service {
|
||||
|
||||
Manager* g_manager = nullptr; ///< Service manager
|
||||
|
Reference in New Issue
Block a user