diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2026-01-25 20:28:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 20:28:56 -0500 |
| commit | 5bedfe7732360301dfc46021482fadc51952d543 (patch) | |
| tree | 4263ea748b1b70960a1e28ae89cd26a361be4faf /Source/Core/VideoBackends/Vulkan/ObjectCache.cpp | |
| parent | cdbea8867df3d0a6fc375e78726dae95612fb1fd (diff) | |
| parent | a14c88ba67a51b0a563a5fc800cd089e82ffacaf (diff) | |
Merge pull request #14304 from SuperSamus/header-cleanup
Remove unused imports
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/ObjectCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/ObjectCache.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp index 128c24cd1a..965721decf 100644 --- a/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp +++ b/Source/Core/VideoBackends/Vulkan/ObjectCache.cpp @@ -7,19 +7,12 @@ #include <array> #include <type_traits> -#include "Common/Assert.h" -#include "Common/CommonFuncs.h" #include "Common/FileUtil.h" #include "Common/LinearDiskCache.h" #include "Common/MsgHandler.h" -#include "Core/ConfigManager.h" - -#include "VideoBackends/Vulkan/CommandBufferManager.h" -#include "VideoBackends/Vulkan/ShaderCompiler.h" #include "VideoBackends/Vulkan/VKStreamBuffer.h" #include "VideoBackends/Vulkan/VKTexture.h" -#include "VideoBackends/Vulkan/VKVertexFormat.h" #include "VideoBackends/Vulkan/VulkanContext.h" #include "VideoCommon/Constants.h" #include "VideoCommon/VideoCommon.h" |
