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/icd/nulldrv/nulldrv.h b/icd/nulldrv/nulldrv.h index 6f3158c..9931b39 100644 --- a/icd/nulldrv/nulldrv.h +++ b/icd/nulldrv/nulldrv.h
@@ -32,7 +32,7 @@ #include <vulkan.h> #include <vk_debug_report_lunarg.h> -#include <vkIcd.h> +#include <vk_icd.h> #include <vk_wsi_lunarg.h> #include "icd.h"