summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_wrapper.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-07-31 21:28:35 +0200
committerGitHub <noreply@github.com>2023-07-31 21:28:35 +0200
commit2a9eab5e1b2079f30879c84ef974fb9d627ed844 (patch)
treeafdc6b7addc6013e68f3ef5867b075233e67f7dd /src/video_core/vulkan_common/vulkan_wrapper.cpp
parentMerge pull request #11181 from Kelebek1/audrenparaminternal (diff)
parentvma: enable options everywhere (diff)
downloadyuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.gz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.bz2
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.lz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.xz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.zst
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.zip
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_wrapper.cpp')
-rw-r--r--src/video_core/vulkan_common/vulkan_wrapper.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_core/vulkan_common/vulkan_wrapper.cpp b/src/video_core/vulkan_common/vulkan_wrapper.cpp
index 2fa29793a..78e5a248f 100644
--- a/src/video_core/vulkan_common/vulkan_wrapper.cpp
+++ b/src/video_core/vulkan_common/vulkan_wrapper.cpp
@@ -9,11 +9,9 @@
#include "common/common_types.h"
#include "common/logging/log.h"
-
+#include "video_core/vulkan_common/vma.h"
#include "video_core/vulkan_common/vulkan_wrapper.h"
-#include <vk_mem_alloc.h>
-
namespace Vulkan::vk {
namespace {