Browse Source
Merge pull request #2286 from lioncash/fwd
kernel/kernel: Remove unnecessary forward declaration
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
src/core/hle/kernel/kernel.h
|
|
|
@ -8,9 +8,6 @@ |
|
|
|
#include <unordered_map> |
|
|
|
#include "core/hle/kernel/object.h" |
|
|
|
|
|
|
|
template <typename T> |
|
|
|
class ResultVal; |
|
|
|
|
|
|
|
namespace Core { |
|
|
|
class System; |
|
|
|
} |
|
|
|
|