diff options
author | bunnei <bunneidev@gmail.com> | 2021-07-13 07:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 07:10:50 +0200 |
commit | 81b2ba147926f83ceaa7d201f18a304da7eadd74 (patch) | |
tree | af3f57c14367f03d4a9f169e15b9033d88987fa6 | |
parent | Merge pull request #6571 from Kelebek1/Mix (diff) | |
parent | content_archive: Remove unnecessary include to <ranges> (diff) | |
download | yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar.gz yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar.bz2 yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar.lz yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar.xz yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.tar.zst yuzu-81b2ba147926f83ceaa7d201f18a304da7eadd74.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/file_sys/content_archive.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/content_archive.cpp b/src/core/file_sys/content_archive.cpp index 24eff210f..7019a7a68 100644 --- a/src/core/file_sys/content_archive.cpp +++ b/src/core/file_sys/content_archive.cpp @@ -5,7 +5,6 @@ #include <algorithm> #include <cstring> #include <optional> -#include <ranges> #include <utility> #include "common/logging/log.h" |