summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apm
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/apm
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/apm')
-rw-r--r--src/core/hle/service/apm/apm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/apm/apm.cpp b/src/core/hle/service/apm/apm.cpp
index f5ebfe8d6..243ea15b8 100644
--- a/src/core/hle/service/apm/apm.cpp
+++ b/src/core/hle/service/apm/apm.cpp
@@ -3,7 +3,6 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "core/core.h" 5#include "core/core.h"
6#include "core/hle/ipc_helpers.h"
7#include "core/hle/service/apm/apm.h" 6#include "core/hle/service/apm/apm.h"
8#include "core/hle/service/apm/apm_interface.h" 7#include "core/hle/service/apm/apm_interface.h"
9 8