diff options
author | Lioncash <mathew1800@gmail.com> | 2020-12-07 07:52:13 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-12-07 07:52:16 +0100 |
commit | 3954f14c6d7043804a85f2cbbad1b7e335162276 (patch) | |
tree | 52894bffb6a1843bc1ad17d6dacbe5df69d76c51 /src | |
parent | Merge pull request #5158 from lioncash/video-fmt (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/buffer_cache/buffer_block.h | 5 |
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 { |