summaryrefslogtreecommitdiff
path: root/src/core/loader/smdh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/smdh.cpp')
-rw-r--r--src/core/loader/smdh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/smdh.cpp b/src/core/loader/smdh.cpp
index 7c875131f..ccbeb7961 100644
--- a/src/core/loader/smdh.cpp
+++ b/src/core/loader/smdh.cpp
@@ -2,11 +2,11 @@
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 "core/loader/smdh.h"
6#include <cstring> 5#include <cstring>
7#include <vector> 6#include <vector>
8#include "common/common_types.h" 7#include "common/common_types.h"
9#include "core/loader/loader.h" 8#include "core/loader/loader.h"
9#include "core/loader/smdh.h"
10#include "video_core/utils.h" 10#include "video_core/utils.h"
11 11
12namespace Loader { 12namespace Loader {