From bce464986cb0adf001410f3a2ab77ef9383beac7 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 21 Dec 2016 15:22:39 -0700 Subject: layers: Update 'string' layer header files Remove struct_string_helper header files, add in enum_string_helper and as these were included in the removed header file. Change-Id: Ice0842ce2f06b5581a5add739534d59d834edbf6 --- layers/core_validation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 44ad72b7..9842aced 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -35,7 +35,7 @@ #include #include #include -//#include +#include #include #include #include @@ -44,7 +44,7 @@ #include "vk_loader_platform.h" #include "vk_dispatch_table_helper.h" -#include "vk_struct_string_helper_cpp.h" +#include "vk_enum_string_helper.h" #if defined(__GNUC__) #pragma GCC diagnostic ignored "-Wwrite-strings" #endif -- cgit v1.2.3