diff options
| author | Ian Elliott <ianelliott@google.com> | 2015-11-18 14:57:08 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:18:23 -0700 |
| commit | 7519cfc098b9843c6883cb46bfd29ddc03249e4b (patch) | |
| tree | 5749b6cedcc1da5b9197a5a2e51290f3b0201fbd /include | |
| parent | 11b4cd253e18c29a90b469abbb730aeddbd11bcb (diff) | |
| download | usermoji-7519cfc098b9843c6883cb46bfd29ddc03249e4b.tar.xz | |
WSI: Eliminate a lot of references to WSI header files.
Conflicts:
include/vulkan/vk_layer.h
loader/loader.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan/vk_layer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index ea137152..80fd943f 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -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) |
