mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 10:27:58 -05: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:
@ -8,9 +8,6 @@
|
||||
#include <unordered_map>
|
||||
#include "core/hle/kernel/object.h"
|
||||
|
||||
template <typename T>
|
||||
class ResultVal;
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
Reference in New Issue
Block a user