summaryrefslogtreecommitdiff
path: root/src/core/hle/service/lm
diff options
context:
space:
mode:
authorGravatar ameerj2021-11-03 21:21:01 -0400
committerGravatar ameerj2021-11-03 21:42:57 -0400
commit7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch)
tree83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/hle/service/lm
parentMerge pull request #7278 from Morph1984/svc-num-handles (diff)
downloadyuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz
yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip
core: Remove unused includes
Diffstat (limited to 'src/core/hle/service/lm')
-rw-r--r--src/core/hle/service/lm/lm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp
index 794504314..e40383134 100644
--- a/src/core/hle/service/lm/lm.cpp
+++ b/src/core/hle/service/lm/lm.cpp
@@ -2,19 +2,16 @@
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 <sstream>
6#include <string> 5#include <string>
7 6
8#include <optional> 7#include <optional>
9#include <unordered_map> 8#include <unordered_map>
10#include <boost/container_hash/hash.hpp> 9#include <boost/container_hash/hash.hpp>
11#include "common/logging/log.h" 10#include "common/logging/log.h"
12#include "common/scope_exit.h"
13#include "core/core.h" 11#include "core/core.h"
14#include "core/hle/ipc_helpers.h" 12#include "core/hle/ipc_helpers.h"
15#include "core/hle/service/lm/lm.h" 13#include "core/hle/service/lm/lm.h"
16#include "core/hle/service/service.h" 14#include "core/hle/service/service.h"
17#include "core/memory.h"
18 15
19namespace Service::LM { 16namespace Service::LM {
20enum class LogSeverity : u8 { 17enum class LogSeverity : u8 {