summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r--src/core/hle/service/am/am.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 0f0ab1e6a..97ef07bf9 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -5,7 +5,6 @@
5#include <cinttypes> 5#include <cinttypes>
6#include <stack> 6#include <stack>
7#include "core/core.h" 7#include "core/core.h"
8#include "core/file_sys/filesystem.h"
9#include "core/hle/ipc_helpers.h" 8#include "core/hle/ipc_helpers.h"
10#include "core/hle/kernel/event.h" 9#include "core/hle/kernel/event.h"
11#include "core/hle/kernel/process.h" 10#include "core/hle/kernel/process.h"