diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 23:09:09 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 23:09:09 -0400 |
commit | 17b9c1e1715a16bebcdd92c02ce7f7e503212462 (patch) | |
tree | c469af455cf7905dc7e5ab3cac0fb7f30ca3455c /src/common/settings_common.h | |
parent | 2911988b852ec29016780aabb1f46e2d0c231744 (diff) |
common,qt-config: Remove usage of forward_list
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r-- | src/common/settings_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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> |