summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/service.cpp')
-rw-r--r--src/core/hle/service/service.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 065133166..f54e6fe56 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -2,19 +2,15 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <algorithm>
6#include <fmt/format.h> 5#include <fmt/format.h>
7#include "common/assert.h" 6#include "common/assert.h"
8#include "common/logging/log.h" 7#include "common/logging/log.h"
9#include "common/settings.h" 8#include "common/settings.h"
10#include "common/string_util.h"
11#include "core/core.h" 9#include "core/core.h"
12#include "core/hle/ipc.h" 10#include "core/hle/ipc.h"
13#include "core/hle/ipc_helpers.h" 11#include "core/hle/ipc_helpers.h"
14#include "core/hle/kernel/k_client_port.h"
15#include "core/hle/kernel/k_process.h" 12#include "core/hle/kernel/k_process.h"
16#include "core/hle/kernel/k_server_port.h" 13#include "core/hle/kernel/k_server_port.h"
17#include "core/hle/kernel/k_thread.h"
18#include "core/hle/kernel/kernel.h" 14#include "core/hle/kernel/kernel.h"
19#include "core/hle/service/acc/acc.h" 15#include "core/hle/service/acc/acc.h"
20#include "core/hle/service/am/am.h" 16#include "core/hle/service/am/am.h"