diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-03 22:51:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 22:51:17 -0500 |
| commit | ce8f4da63834be0179d98a7720dee47d65f3ec06 (patch) | |
| tree | a9a9303a532d374db9ae8255e5f3f2487e370f84 /src/core/hle/kernel/k_client_session.cpp | |
| parent | 1f98634371838cc94d01613497660937f70ff78b (diff) | |
| parent | 809148e1a58296ab88c9d3c6719d345f35ce0279 (diff) | |
Merge pull request #9884 from liamwhite/service-cleanup
service: miscellaneous cleanups
Diffstat (limited to 'src/core/hle/kernel/k_client_session.cpp')
| -rw-r--r-- | src/core/hle/kernel/k_client_session.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_client_session.cpp b/src/core/hle/kernel/k_client_session.cpp index b4197a8d5..da0c9ac8c 100644 --- a/src/core/hle/kernel/k_client_session.cpp +++ b/src/core/hle/kernel/k_client_session.cpp @@ -2,7 +2,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include "common/scope_exit.h" -#include "core/hle/kernel/hle_ipc.h" #include "core/hle/kernel/k_client_session.h" #include "core/hle/kernel/k_server_session.h" #include "core/hle/kernel/k_session.h" |
