summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/service/common_state_getter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/service/common_state_getter.cpp')
-rw-r--r--src/core/hle/service/am/service/common_state_getter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/service/common_state_getter.cpp b/src/core/hle/service/am/service/common_state_getter.cpp
index ac05b457b..12d7e8cb1 100644
--- a/src/core/hle/service/am/service/common_state_getter.cpp
+++ b/src/core/hle/service/am/service/common_state_getter.cpp
@@ -4,8 +4,8 @@
#include "common/settings.h"
#include "core/hle/service/am/am_results.h"
#include "core/hle/service/am/applet.h"
-#include "core/hle/service/am/lock_accessor.h"
#include "core/hle/service/am/service/common_state_getter.h"
+#include "core/hle/service/am/service/lock_accessor.h"
#include "core/hle/service/apm/apm_interface.h"
#include "core/hle/service/cmif_serialization.h"
#include "core/hle/service/pm/pm.h"