summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-22 05:09:09 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-22 05:09:09 +0200
commit17b9c1e1715a16bebcdd92c02ce7f7e503212462 (patch)
treec469af455cf7905dc7e5ab3cac0fb7f30ca3455c /src/common
parentsettings_common: Use a vector in category linkage (diff)
downloadyuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.gz
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.bz2
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.lz
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.xz
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.tar.zst
yuzu-17b9c1e1715a16bebcdd92c02ce7f7e503212462.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.cpp1
-rw-r--r--src/common/settings_common.h1
2 files changed, 0 insertions, 2 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 @@
#include <compare>
#include <cstddef>
#include <filesystem>
-#include <forward_list>
#include <functional>
#include <string_view>
#include <type_traits>
diff --git a/src/common/settings_common.h b/src/common/settings_common.h
index bfd1bad64..6f90ae90d 100644
--- a/src/common/settings_common.h
+++ b/src/common/settings_common.h
@@ -3,7 +3,6 @@
#pragma once
-#include <forward_list>
#include <functional>
#include <map>
#include <string>