summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/event.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-02 04:40:00 +0200
committerLioncash <mathew1800@gmail.com>2018-08-02 05:34:42 +0200
commitbf45092c616987a3b58b7a859811938f885aa4d1 (patch)
tree805c60b2692d6a700bea69e5181f9010065134f8 /src/core/hle/kernel/event.cpp
parentMerge pull request #888 from lioncash/caps (diff)
downloadyuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.gz
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.bz2
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.lz
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.xz
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.zst
yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.zip
Diffstat (limited to 'src/core/hle/kernel/event.cpp')
-rw-r--r--src/core/hle/kernel/event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/event.cpp b/src/core/hle/kernel/event.cpp
index 37e0766c3..5623c4b6a 100644
--- a/src/core/hle/kernel/event.cpp
+++ b/src/core/hle/kernel/event.cpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include "common/assert.h"
#include "core/hle/kernel/event.h"
-#include "core/hle/kernel/kernel.h"
+#include "core/hle/kernel/object.h"
#include "core/hle/kernel/thread.h"
namespace Kernel {