summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-07 07:52:13 +0100
committerLioncash <mathew1800@gmail.com>2020-12-07 07:52:16 +0100
commit3954f14c6d7043804a85f2cbbad1b7e335162276 (patch)
tree52894bffb6a1843bc1ad17d6dacbe5df69d76c51
parentMerge pull request #5158 from lioncash/video-fmt (diff)
downloadyuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.gz
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.bz2
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.lz
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.xz
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.zst
yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.zip
-rw-r--r--src/video_core/buffer_cache/buffer_block.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/buffer_cache/buffer_block.h b/src/video_core/buffer_cache/buffer_block.h
index e64170e66..eee6908b1 100644
--- a/src/video_core/buffer_cache/buffer_block.h
+++ b/src/video_core/buffer_cache/buffer_block.h
@@ -4,12 +4,7 @@
#pragma once
-#include <unordered_set>
-#include <utility>
-
-#include "common/alignment.h"
#include "common/common_types.h"
-#include "video_core/gpu.h"
namespace VideoCommon {