summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-06 05:59:54 +0200
committerLioncash <mathew1800@gmail.com>2019-04-06 06:03:35 +0200
commitfbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee (patch)
tree841a932ace4674b47ab5310daf3b8d0b00caffb4 /src/video_core/textures
parentMerge pull request #2317 from FernandoS27/sync (diff)
downloadyuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.gz
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.bz2
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.lz
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.xz
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.zst
yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.zip
Diffstat (limited to 'src/video_core/textures')
-rw-r--r--src/video_core/textures/texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h
index 93ecc6e31..bea0d5bc2 100644
--- a/src/video_core/textures/texture.h
+++ b/src/video_core/textures/texture.h
@@ -7,9 +7,7 @@
#include <array>
#include "common/assert.h"
#include "common/bit_field.h"
-#include "common/common_funcs.h"
#include "common/common_types.h"
-#include "video_core/memory_manager.h"
namespace Tegra::Texture {