moved thread_management to proper package

This commit is contained in:
georgemoralis 2023-11-10 17:31:56 +02:00
parent a01e057632
commit 86bc2d427f
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#include "common/debug.h"
#include "core/hle/kernel/thread_management.h"
#include "core/hle/libraries/libkernel/thread_management.h"
#include "core/hle/error_codes.h"
namespace Core::Kernel {