Core: Remove unnecessary include in thread.h

This commit is contained in:
Yuri Kunde Schlesner 2017-02-19 18:37:14 -08:00
parent 7628f3a6fc
commit 441f8b5a4b
4 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@
#include "common/common_types.h"
#include "common/logging/log.h"
#include "core/arm/arm_interface.h"
#include "core/core.h"
#include "core/hle/kernel/process.h"
#include "core/hle/kernel/vm_manager.h"
#include "core/hle/service/ldr_ro/cro_helper.h"