summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/surface_params.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-09-06 04:25:15 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-09-06 04:25:15 +0200
commit7228e22098dd97ac89b78484a4f3ee855e37f799 (patch)
treefb8689f49635886aafbff8c4e2fc84dc6d08587c /src/video_core/texture_cache/surface_params.h
parentgl_rasterizer: Apply textures and images state (diff)
downloadyuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar.gz
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar.bz2
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar.lz
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar.xz
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.tar.zst
yuzu-7228e22098dd97ac89b78484a4f3ee855e37f799.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/texture_cache/surface_params.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/surface_params.h b/src/video_core/texture_cache/surface_params.h
index 1011a4d8e..c58e7f8a4 100644
--- a/src/video_core/texture_cache/surface_params.h
+++ b/src/video_core/texture_cache/surface_params.h
@@ -4,8 +4,6 @@
#pragma once
-#include <map>
-
#include "common/alignment.h"
#include "common/bit_util.h"
#include "common/cityhash.h"