aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/textures/texture.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 00:06:57 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 15:01:31 -0400
commit1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch)
tree25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/textures/texture.cpp
parent8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (diff)
video_core: Reduce unused includes
Diffstat (limited to 'src/video_core/textures/texture.cpp')
-rw-r--r--src/video_core/textures/texture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.cpp b/src/video_core/textures/texture.cpp
index 06954963d..f56b4b9f9 100644
--- a/src/video_core/textures/texture.cpp
+++ b/src/video_core/textures/texture.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <algorithm>
#include <array>
#include "common/cityhash.h"