summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.h
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/client_session.h
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 '')
-rw-r--r--src/core/hle/kernel/client_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/client_session.h b/src/core/hle/kernel/client_session.h
index 2258f95bc..dabd93ed7 100644
--- a/src/core/hle/kernel/client_session.h
+++ b/src/core/hle/kernel/client_session.h
@@ -7,7 +7,7 @@
#include <memory>
#include <string>
#include "common/common_types.h"
-#include "core/hle/kernel/kernel.h"
+#include "core/hle/kernel/object.h"
#include "core/hle/result.h"
namespace Kernel {