diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-06-18 23:28:28 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-06-18 23:29:22 -0400 |
| commit | 07cddf6f7fe7399be9c3ba279726afcb2b052d63 (patch) | |
| tree | 0f934ea41b28d2e5600bf40c38fa774b62faa182 /Source/Core/VideoBackends/Vulkan | |
| parent | 4c2b0780173f2a7b29510cd9cd63e55c3eb7df6f (diff) | |
AbstractTexture: Add missing includes (and remove unnecessary ones)
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VKTexture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VKTexture.h b/Source/Core/VideoBackends/Vulkan/VKTexture.h index 0983703db5..056f50c6e8 100644 --- a/Source/Core/VideoBackends/Vulkan/VKTexture.h +++ b/Source/Core/VideoBackends/Vulkan/VKTexture.h @@ -8,7 +8,6 @@ #include <vulkan/vulkan.h> #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace Vulkan { |
