From d8381303679454ffe52bcc6096baafd60bcf118a Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Fri, 29 Jan 2016 15:33:21 -0700 Subject: layers: use less of namespace std Change to std::unordered_map instead of "using namespace std". --- layers/threading.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'layers/threading.cpp') diff --git a/layers/threading.cpp b/layers/threading.cpp index 238cca74..4689e942 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp @@ -27,7 +27,6 @@ #include #include #include -using namespace std; #include "vulkan/vk_layer.h" #include "vk_layer_config.h" -- cgit v1.2.3