diff options
| author | 2021-04-23 21:50:04 -0700 | |
|---|---|---|
| committer | 2021-05-05 16:40:52 -0700 | |
| commit | bf380b858481ef99d7150d322af2c30ac339bcde (patch) | |
| tree | 823c0fb0cdb300d01fd02567c2126fa6ad582325 /src/core/core.h | |
| parent | hle: kernel: Do not shutdown twice on emulator close. (diff) | |
| download | yuzu-bf380b858481ef99d7150d322af2c30ac339bcde.tar.gz yuzu-bf380b858481ef99d7150d322af2c30ac339bcde.tar.xz yuzu-bf380b858481ef99d7150d322af2c30ac339bcde.zip | |
hle: kernel: Remove deprecated Object class.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index f1068d23f..16e191266 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | 12 | ||
| 13 | #include "common/common_types.h" | 13 | #include "common/common_types.h" |
| 14 | #include "core/file_sys/vfs_types.h" | 14 | #include "core/file_sys/vfs_types.h" |
| 15 | #include "core/hle/kernel/object.h" | ||
| 16 | 15 | ||
| 17 | namespace Core::Frontend { | 16 | namespace Core::Frontend { |
| 18 | class EmuWindow; | 17 | class EmuWindow; |