video_core/shader_cache: Remove unused algorithm include

This commit is contained in:
Lioncash 2022-02-01 01:41:05 -05:00
parent 540ed72e99
commit 360a97ab54

View file

@ -4,7 +4,6 @@
#pragma once
#include <algorithm>
#include <array>
#include <memory>
#include <mutex>