mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 10:42:33 -07:00
hle: kernel: Remove deprecated Object class.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "common/swap.h"
|
||||
#include "core/hle/kernel/k_event.h"
|
||||
#include "core/hle/kernel/k_readable_event.h"
|
||||
#include "core/hle/kernel/object.h"
|
||||
#include "core/hle/service/nvdrv/nvdata.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
@@ -15,7 +15,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/kernel/object.h"
|
||||
|
||||
namespace Common {
|
||||
class Event;
|
||||
|
Reference in New Issue
Block a user