Merge pull request #4121 from FearlessTobi/port-894

Port #894 from yuzu: "kernel: Move object class to its own source files"
This commit is contained in:
Merry 2018-08-26 00:02:33 +01:00 committed by GitHub
commit 9b9227089b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 172 additions and 144 deletions

View file

@ -5,7 +5,7 @@
#pragma once
#include "common/common_types.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/object.h"
#include "core/hle/kernel/wait_object.h"
namespace Kernel {