mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 07:55:46 +00:00
buffer_block: Remove unnecessary includes
Reduces the amount of dependencies the header pulls in.
This commit is contained in:
parent
81249bc311
commit
7caec76970
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue