aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
authorMike Stroyan <stroyan@google.com>2016-01-29 15:33:21 -0700
committerMike Stroyan <stroyan@google.com>2016-02-05 11:05:12 -0700
commitd8381303679454ffe52bcc6096baafd60bcf118a (patch)
tree71d7a2cd4e24c24a6d76ff35d8d70ee052b4ca6e /layers/threading.cpp
parentdd73dd7234e761346b4314c0e6a73f59ef069d16 (diff)
downloadusermoji-d8381303679454ffe52bcc6096baafd60bcf118a.tar.xz
layers: use less of namespace std
Change to std::unordered_map instead of "using namespace std".
Diffstat (limited to 'layers/threading.cpp')
-rw-r--r--layers/threading.cpp1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include <unordered_map>
#include <list>
-using namespace std;
#include "vulkan/vk_layer.h"
#include "vk_layer_config.h"