diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-07-03 09:42:57 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-07-07 08:45:20 -0600 |
| commit | daa89b7ba150d34588fb10bd0e05464ddcb9c64f (patch) | |
| tree | 8484ad50808cc7cb2728505a772139d27fc35833 /loader/loader.c | |
| parent | 5cf9608c7edda155e5f4aa2327b4fd57cc188fc9 (diff) | |
| download | usermoji-daa89b7ba150d34588fb10bd0e05464ddcb9c64f.tar.xz | |
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Diffstat (limited to 'loader/loader.c')
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 577024b9..d59df6c3 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -46,7 +46,7 @@ #include "gpa_helper.h" #include "table_ops.h" #include "debug_report.h" -#include "vkIcd.h" +#include "vk_icd.h" #include "cJSON.h" void loader_add_to_ext_list( |
