diff options
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/patch_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index 7c3284df8..cc9b4b637 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include "common/file_util.h" | 10 | #include "common/file_util.h" |
| 11 | #include "common/hex_util.h" | 11 | #include "common/hex_util.h" |
| 12 | #include "common/logging/log.h" | 12 | #include "common/logging/log.h" |
| 13 | #include "common/settings.h" | ||
| 13 | #include "common/string_util.h" | 14 | #include "common/string_util.h" |
| 14 | #include "core/core.h" | 15 | #include "core/core.h" |
| 15 | #include "core/file_sys/common_funcs.h" | 16 | #include "core/file_sys/common_funcs.h" |
| @@ -25,7 +26,6 @@ | |||
| 25 | #include "core/loader/loader.h" | 26 | #include "core/loader/loader.h" |
| 26 | #include "core/loader/nso.h" | 27 | #include "core/loader/nso.h" |
| 27 | #include "core/memory/cheat_engine.h" | 28 | #include "core/memory/cheat_engine.h" |
| 28 | #include "core/settings.h" | ||
| 29 | 29 | ||
| 30 | namespace FileSys { | 30 | namespace FileSys { |
| 31 | namespace { | 31 | namespace { |