summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-02-01 01:41:05 -0500
committerLioncash <mathew1800@gmail.com>2022-02-01 01:41:05 -0500
commit360a97ab5405257c24e879036cf53c40af45db35 (patch)
tree444350baf289416a3b9d81fdfb49712facae23a9 /src
parent540ed72e99d783f03574a63077c876deed9a6aaf (diff)
video_core/shader_cache: Remove unused algorithm include
Diffstat (limited to 'src')
-rw-r--r--src/video_core/shader_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader_cache.h b/src/video_core/shader_cache.h
index 65333608c..8836bc8c6 100644
--- a/src/video_core/shader_cache.h
+++ b/src/video_core/shader_cache.h
@@ -4,7 +4,6 @@
#pragma once
-#include <algorithm>
#include <array>
#include <memory>
#include <mutex>