summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-07-13 07:10:50 +0200
committerGitHub <noreply@github.com>2021-07-13 07:10:50 +0200
commit81b2ba147926f83ceaa7d201f18a304da7eadd74 (patch)
treeaf3f57c14367f03d4a9f169e15b9033d88987fa6
parentMerge pull request #6571 from Kelebek1/Mix (diff)
parentcontent_archive: Remove unnecessary include to <ranges> (diff)
downloadyuzu-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
-rw-r--r--src/core/file_sys/content_archive.cpp1
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"