2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

buffer_block: Remove unnecessary includes

Reduces the amount of dependencies the header pulls in.
This commit is contained in:
Lioncash 2020-12-07 01:52:13 -05:00
parent 9ae6224f12
commit 3954f14c6d

View file

@ -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 {