1
0
Fork 0
forked from eden-emu/eden

Merge pull request #6618 from ReinUsesLisp/bad-ranges

content_archive: Remove unnecessary include to <ranges>
This commit is contained in:
bunnei 2021-07-12 22:10:50 -07:00 committed by GitHub
commit 81b2ba1479
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
#include <algorithm>
#include <cstring>
#include <optional>
#include <ranges>
#include <utility>
#include "common/logging/log.h"