summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/hle_ipc.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-23 22:13:19 +0100
committerbunnei <bunneidev@gmail.com>2018-01-25 04:18:54 +0100
commit67758857e4203cebc9a5815c6b0293c0aad0e598 (patch)
tree6d39ebcb39695f3117864416c56d16edb4611514 /src/core/hle/kernel/hle_ipc.cpp
parenthandle_table: Remove ConvertSessionToDomain. (diff)
downloadyuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar.gz
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar.bz2
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar.lz
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar.xz
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.tar.zst
yuzu-67758857e4203cebc9a5815c6b0293c0aad0e598.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/hle_ipc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/hle_ipc.cpp b/src/core/hle/kernel/hle_ipc.cpp
index ecf32c18a..2cd6de12e 100644
--- a/src/core/hle/kernel/hle_ipc.cpp
+++ b/src/core/hle/kernel/hle_ipc.cpp
@@ -7,7 +7,6 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/hle/ipc_helpers.h"
-#include "core/hle/kernel/domain.h"
#include "core/hle/kernel/handle_table.h"
#include "core/hle/kernel/hle_ipc.h"
#include "core/hle/kernel/kernel.h"