commit | a0cb02ec6f7004be012444ca3170e3f095156254 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Fri Jul 03 10:15:26 2015 -0600 |
committer | Tobin Ehlis <tobin@lunarg.com> | Tue Jul 07 08:45:40 2015 -0600 |
tree | 19e210092ee3bad63a672c10385ed4d960459a16 | |
parent | 0c6f9ee6640bf69ee9fe47be12afd79800c61d9f [diff] [blame] |
layers: Rename all layer headers to begin with "vk_layer_" prefix
diff --git a/layers/basic.cpp b/layers/basic.cpp index b9bf17d..c2ef53d 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp
@@ -27,7 +27,7 @@ #include "loader_platform.h" #include "vk_dispatch_table_helper.h" #include "vk_layer.h" -#include "layers_table.h" +#include "vk_layer_table.h" // The following is #included again to catch certain OS-specific functions // being used: #include "loader_platform.h"