aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2015-11-18 14:57:08 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-01 10:18:23 -0700
commit7519cfc098b9843c6883cb46bfd29ddc03249e4b (patch)
tree5749b6cedcc1da5b9197a5a2e51290f3b0201fbd /loader
parent11b4cd253e18c29a90b469abbb730aeddbd11bcb (diff)
downloadusermoji-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.h2
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>