1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -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:
Lioncash 2019-07-07 13:40:34 -04:00
parent 4b27680639
commit cbdd6cd1c0

View File

@ -4,9 +4,6 @@
#pragma once
#include <unordered_map>
#include "common/common_types.h"
#include "video_core/renderer_vulkan/declarations.h"
#include "video_core/sampler_cache.h"
#include "video_core/textures/texture.h"