Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Gebben <jeremyg@lunarg.com>2022-11-04 18:25:04 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-11-04 20:58:29 +0300
commit1bc3a2fa8ec194492de622448aae2f4ad3520bd8 (patch)
tree80dcc048952b92f5d68f173abbf8e7c8b24df62a
parent374dbe9df7bdbaeba5edeadb3d4fc877a16047a3 (diff)
Do not include vk_sdk_platform.h
Nothing in this file was being used.
-rw-r--r--loader/loader_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/loader_common.h b/loader/loader_common.h
index a34f3767e..29b71aca2 100644
--- a/loader/loader_common.h
+++ b/loader/loader_common.h
@@ -30,7 +30,6 @@
#pragma once
#include "vulkan/vk_platform.h"
-#include "vulkan/vk_sdk_platform.h"
#include <vulkan/vulkan.h>
#include <vulkan/vk_layer.h>
#include <vulkan/vk_icd.h>