diff options
| author | Liam <byteslice@airmail.cc> | 2022-10-12 20:26:04 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-10-12 20:29:29 -0400 |
| commit | a9ace6856de57f1124daaa77aacd6f36a64c68f7 (patch) | |
| tree | acf105c0e57d62889e2ebf88b463a7ebf7adc0b4 /src/core/hle/service/nvdrv/nvdrv.cpp | |
| parent | dbacb31f61f3ba0e4f6c37ccfca16cf282a00cc4 (diff) | |
kernel: remove KWritableEvent
Diffstat (limited to 'src/core/hle/service/nvdrv/nvdrv.cpp')
| -rw-r--r-- | src/core/hle/service/nvdrv/nvdrv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/nvdrv.cpp b/src/core/hle/service/nvdrv/nvdrv.cpp index 5e7b7468f..9d9924395 100644 --- a/src/core/hle/service/nvdrv/nvdrv.cpp +++ b/src/core/hle/service/nvdrv/nvdrv.cpp @@ -8,7 +8,6 @@ #include "core/core.h" #include "core/hle/ipc_helpers.h" #include "core/hle/kernel/k_event.h" -#include "core/hle/kernel/k_writable_event.h" #include "core/hle/service/nvdrv/core/container.h" #include "core/hle/service/nvdrv/devices/nvdevice.h" #include "core/hle/service/nvdrv/devices/nvdisp_disp0.h" |
