Kernel: Move HandleTable to a separate file

This commit is contained in:
Yuri Kunde Schlesner 2017-05-29 16:45:42 -07:00
parent 64ecf81a3c
commit be031989ee
18 changed files with 242 additions and 203 deletions

View file

@ -12,7 +12,6 @@
#include "core/hle/ipc.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/client_port.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/result.h"
#include "core/memory.h"