aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/lm
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-11-03 21:21:01 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2021-11-03 21:42:57 -0400
commit7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch)
tree83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/hle/service/lm
parent863e2e2b4f81dc09d878b53572025b4687413830 (diff)
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 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <sstream>
#include <string>
#include <optional>
#include <unordered_map>
#include <boost/container_hash/hash.hpp>
#include "common/logging/log.h"
-#include "common/scope_exit.h"
#include "core/core.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/lm/lm.h"
#include "core/hle/service/service.h"
-#include "core/memory.h"
namespace Service::LM {
enum class LogSeverity : u8 {