mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:17:57 -05:00
vk_sampler_cache: Remove unused includes
These are no longer used within this header, so they can be removed.
This commit is contained in:
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <unordered_map>
|
|
||||||
|
|
||||||
#include "common/common_types.h"
|
|
||||||
#include "video_core/renderer_vulkan/declarations.h"
|
#include "video_core/renderer_vulkan/declarations.h"
|
||||||
#include "video_core/sampler_cache.h"
|
#include "video_core/sampler_cache.h"
|
||||||
#include "video_core/textures/texture.h"
|
#include "video_core/textures/texture.h"
|
||||||
|
Reference in New Issue
Block a user