WSI: Eliminate a lot of references to WSI header files.
authorIan Elliott <ianelliott@google.com>
Wed, 18 Nov 2015 21:57:08 +0000 (14:57 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:24:20 +0000 (09:24 -0600)
Conflicts:
include/vulkan/vk_layer.h
loader/loader.h

include/vulkan/vk_layer.h

index ea13715..80fd943 100644 (file)
@@ -7,8 +7,6 @@
 #include "vulkan/vulkan.h"
 #include "vulkan/vk_lunarg_debug_report.h"
 #include "vulkan/vk_lunarg_debug_marker.h"
-#include "vulkan/vk_ext_khr_swapchain.h"
-#include "vulkan/vk_ext_khr_device_swapchain.h"
 #if defined(__GNUC__) && __GNUC__ >= 4
 #  define VK_LAYER_EXPORT __attribute__((visibility("default")))
 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)