diff options
| author | 2021-11-03 21:21:01 -0400 | |
|---|---|---|
| committer | 2021-11-03 21:42:57 -0400 | |
| commit | 7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f (patch) | |
| tree | 83b16c8a012bef41e6f30a64114da8d01895eeb2 /src/core/hle/service/ns | |
| parent | Merge pull request #7278 from Morph1984/svc-num-handles (diff) | |
| download | yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.gz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.tar.xz yuzu-7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f.zip | |
core: Remove unused includes
Diffstat (limited to 'src/core/hle/service/ns')
| -rw-r--r-- | src/core/hle/service/ns/language.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/ns/language.h b/src/core/hle/service/ns/language.h index d84c3f277..2cc8e4806 100644 --- a/src/core/hle/service/ns/language.h +++ b/src/core/hle/service/ns/language.h | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <optional> | 7 | #include <optional> |
| 8 | #include <string> | ||
| 9 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 10 | 9 | ||
| 11 | namespace Service::Set { | 10 | namespace Service::Set { |
| @@ -43,4 +42,4 @@ constexpr u32 GetSupportedLanguageFlag(const ApplicationLanguage lang) { | |||
| 43 | const ApplicationLanguagePriorityList* GetApplicationLanguagePriorityList(ApplicationLanguage lang); | 42 | const ApplicationLanguagePriorityList* GetApplicationLanguagePriorityList(ApplicationLanguage lang); |
| 44 | std::optional<ApplicationLanguage> ConvertToApplicationLanguage(Set::LanguageCode language_code); | 43 | std::optional<ApplicationLanguage> ConvertToApplicationLanguage(Set::LanguageCode language_code); |
| 45 | std::optional<Set::LanguageCode> ConvertToLanguageCode(ApplicationLanguage lang); | 44 | std::optional<Set::LanguageCode> ConvertToLanguageCode(ApplicationLanguage lang); |
| 46 | } // namespace Service::NS \ No newline at end of file | 45 | } // namespace Service::NS |