diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-01 00:09:41 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-01 01:04:16 +0100 |
commit | 1f0c8bfedab8d5296702b2c837574c9be7cd066f (patch) | |
tree | f1f8b7ef35d9f55fd1ee64924e1ec0c7198b84e5 /src/core/hle/ipc_helpers.h | |
parent | Merge pull request #1966 from lioncash/backtrace (diff) | |
download | yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.gz yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.bz2 yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.lz yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.xz yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.tar.zst yuzu-1f0c8bfedab8d5296702b2c837574c9be7cd066f.zip |
Diffstat (limited to 'src/core/hle/ipc_helpers.h')
-rw-r--r-- | src/core/hle/ipc_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/ipc_helpers.h b/src/core/hle/ipc_helpers.h index 0a7142ada..0d6c85aed 100644 --- a/src/core/hle/ipc_helpers.h +++ b/src/core/hle/ipc_helpers.h @@ -18,7 +18,7 @@ #include "core/hle/kernel/client_session.h" #include "core/hle/kernel/hle_ipc.h" #include "core/hle/kernel/object.h" -#include "core/hle/kernel/server_port.h" +#include "core/hle/kernel/server_session.h" namespace IPC { |