mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 19:07:53 -05: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