mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
kernel/kernel: Remove unnecessary forward declaration
This is no longer necessary, as ResultVal isn't used anywhere in the header.
This commit is contained in:
parent
04c8dde70c
commit
39dabe1fd9
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
|||
#include <unordered_map>
|
||||
#include "core/hle/kernel/object.h"
|
||||
|
||||
template <typename T>
|
||||
class ResultVal;
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue