[common] remove ranges polyfill
Some checks failed
eden-license / license-header (pull_request) Failing after 18s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-21 14:12:48 +00:00
parent 1ca35b7559
commit 27859d86a9
Signed by: Lizzie
GPG key ID: 00287378CADCAB13
38 changed files with 37 additions and 567 deletions

View file

@ -15,7 +15,7 @@
#include "common/fs/fs.h"
#include "common/fs/path_util.h"
#include "common/logging/log.h"
#include "common/polyfill_ranges.h"
#include <ranges>
#include "shader_recompiler/environment.h"
#include "video_core/engines/kepler_compute.h"
#include "video_core/memory_manager.h"