commit | 0c6f9ee6640bf69ee9fe47be12afd79800c61d9f | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Fri Jul 03 09:42:57 2015 -0600 |
committer | Tobin Ehlis <tobin@lunarg.com> | Tue Jul 07 08:45:20 2015 -0600 |
tree | 5269aec0cde369defc092b0b445bc245a89a667d | |
parent | f0796e1f48fab46430e4d60ad552602ec1bfde63 [diff] [blame] |
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
diff --git a/layers/basic.cpp b/layers/basic.cpp index de2755b..b9bf17d 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp
@@ -26,7 +26,7 @@ #include <assert.h> #include "loader_platform.h" #include "vk_dispatch_table_helper.h" -#include "vkLayer.h" +#include "vk_layer.h" #include "layers_table.h" // The following is #included again to catch certain OS-specific functions // being used: