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 /loader | |
| 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 'loader')
| -rw-r--r-- | loader/loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h index 60e7d131..28878065 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -36,7 +36,7 @@ #include <vk_loader_platform.h> #include <vulkan/vk_lunarg_debug_report.h> -#include <vulkan/VK_KHR_surface.h> + #include <vulkan/vk_layer.h> #include <vulkan/vk_icd.h> #include <assert.h> |
