Browse Source

video_core/shader_cache: Remove unused algorithm include

nce_cpp
Lioncash 4 years ago
parent
commit
6f2a095c9f
  1. 1
      src/video_core/shader_cache.h

1
src/video_core/shader_cache.h

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

Loading…
Cancel
Save