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;