Kernel: Move HandleTable to a separate file

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

View file

@ -6,10 +6,9 @@
#include <memory>
#include <string>
#include "common/common_types.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/result.h"
namespace Kernel {