core: Prune redundant includes

This commit is contained in:
archshift 2014-09-08 17:52:00 -07:00
parent 9d7cc2bedc
commit 6e606c515f
20 changed files with 0 additions and 37 deletions

View file

@ -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