commit | 2d1d970ee5517436a87be5159ded60d9d18c089c | [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 | 4e98fc0c814332ef2302b144b7b86933bef200f5 | |
parent | e3105972bfdc54e2cca65acf44d4ffa8d85881f5 [diff] [blame] |
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
diff --git a/layers/layers_table.cpp b/layers/layers_table.cpp index 5d1b9cf..363cd01 100644 --- a/layers/layers_table.cpp +++ b/layers/layers_table.cpp
@@ -24,7 +24,7 @@ #include <assert.h> #include <unordered_map> #include "vk_dispatch_table_helper.h" -#include "vkLayer.h" +#include "vk_layer.h" #include "layers_table.h" static device_table_map tableMap; static instance_table_map tableInstanceMap;