소스 검색

video_core/shader_cache: Remove unused algorithm include

Lioncash 4 년 전
부모
커밋
360a97ab54
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/video_core/shader_cache.h

+ 0 - 1
src/video_core/shader_cache.h

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