diff options
| author | 2020-12-07 01:52:13 -0500 | |
|---|---|---|
| committer | 2020-12-07 01:52:16 -0500 | |
| commit | 3954f14c6d7043804a85f2cbbad1b7e335162276 (patch) | |
| tree | 52894bffb6a1843bc1ad17d6dacbe5df69d76c51 /src/video_core/buffer_cache | |
| parent | Merge pull request #5158 from lioncash/video-fmt (diff) | |
| download | yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.gz yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.tar.xz yuzu-3954f14c6d7043804a85f2cbbad1b7e335162276.zip | |
buffer_block: Remove unnecessary includes
Reduces the amount of dependencies the header pulls in.
Diffstat (limited to 'src/video_core/buffer_cache')
| -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 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <unordered_set> | ||
| 8 | #include <utility> | ||
| 9 | |||
| 10 | #include "common/alignment.h" | ||
| 11 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 12 | #include "video_core/gpu.h" | ||
| 13 | 8 | ||
| 14 | namespace VideoCommon { | 9 | namespace VideoCommon { |
| 15 | 10 | ||