mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 20:58:00 -05:00
core/kernel: Remove unnecessary inclusions
Gets rid of a few unnecessary header dependencies in some source files.
This commit is contained in:
@ -4,11 +4,11 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/hle/kernel/object.h"
|
||||
#include "core/hle/kernel/process.h"
|
||||
#include "core/hle/kernel/thread.h"
|
||||
#include "core/hle/kernel/timer.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
Reference in New Issue
Block a user