Parcourir la source

video_core/shader_cache: Remove unused algorithm include

Lioncash il y a 4 ans
Parent
commit
360a97ab54
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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>