diff options
| author | Mike Stroyan <stroyan@google.com> | 2016-01-29 15:33:21 -0700 |
|---|---|---|
| committer | Mike Stroyan <stroyan@google.com> | 2016-02-05 11:05:12 -0700 |
| commit | d8381303679454ffe52bcc6096baafd60bcf118a (patch) | |
| tree | 71d7a2cd4e24c24a6d76ff35d8d70ee052b4ca6e /layers/threading.cpp | |
| parent | dd73dd7234e761346b4314c0e6a73f59ef069d16 (diff) | |
| download | usermoji-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.cpp | 1 |
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" |
