aboutsummaryrefslogtreecommitdiff
path: root/layers/unique_objects.cpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-12-21 15:22:39 -0700
committerMark Lobodzinski <mark@lunarg.com>2016-12-27 15:43:29 -0700
commitbce464986cb0adf001410f3a2ab77ef9383beac7 (patch)
tree5c7e3e092eb0c91af9b4ad7dd03742b1e9528069 /layers/unique_objects.cpp
parent0d5d33bd5417d47bec45f9964bdfbf86a2976d32 (diff)
downloadusermoji-bce464986cb0adf001410f3a2ab77ef9383beac7.tar.xz
layers: Update 'string' layer header files
Remove struct_string_helper header files, add in enum_string_helper and <sstream> as these were included in the removed header file. Change-Id: Ice0842ce2f06b5581a5add739534d59d834edbf6
Diffstat (limited to 'layers/unique_objects.cpp')
-rw-r--r--layers/unique_objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/unique_objects.cpp b/layers/unique_objects.cpp
index bd9aabd8..779693e3 100644
--- a/layers/unique_objects.cpp
+++ b/layers/unique_objects.cpp
@@ -40,7 +40,7 @@
#include "vk_layer_table.h"
#include "vk_layer_utils.h"
#include "vk_layer_utils.h"
-#include "vk_struct_string_helper_cpp.h"
+#include "vk_enum_string_helper.h"
#include "vk_validation_error_messages.h"
#include "vulkan/vk_layer.h"