diff options
| author | 2023-07-21 23:09:09 -0400 | |
|---|---|---|
| committer | 2023-07-21 23:09:09 -0400 | |
| commit | 17b9c1e1715a16bebcdd92c02ce7f7e503212462 (patch) | |
| tree | c469af455cf7905dc7e5ab3cac0fb7f30ca3455c /src/common/settings.cpp | |
| parent | settings_common: Use a vector in category linkage (diff) | |
| download | yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.gz yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.xz yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.zip | |
common,qt-config: Remove usage of forward_list
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 0e2ccf857..4a4ba307c 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #include <compare> | 10 | #include <compare> |
| 11 | #include <cstddef> | 11 | #include <cstddef> |
| 12 | #include <filesystem> | 12 | #include <filesystem> |
| 13 | #include <forward_list> | ||
| 14 | #include <functional> | 13 | #include <functional> |
| 15 | #include <string_view> | 14 | #include <string_view> |
| 16 | #include <type_traits> | 15 | #include <type_traits> |