From 1bf5bdd3760750be6e23c1022569e3bdd67e4e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 29 Oct 2016 10:36:09 -0700 Subject: [PATCH] Cleanup. --- examples/14-shadowvolumes/shadowvolumes.cpp | 3 --- src/bgfx_p.h | 5 ----- 2 files changed, 8 deletions(-) diff --git a/examples/14-shadowvolumes/shadowvolumes.cpp b/examples/14-shadowvolumes/shadowvolumes.cpp index 3aae01fde..588061212 100644 --- a/examples/14-shadowvolumes/shadowvolumes.cpp +++ b/examples/14-shadowvolumes/shadowvolumes.cpp @@ -13,9 +13,6 @@ #include namespace stl = tinystl; -namespace std { namespace tr1 {} } -using namespace std::tr1; - #include "common.h" #include "bgfx_utils.h" diff --git a/src/bgfx_p.h b/src/bgfx_p.h index ea6e4331c..69b45c56a 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -178,11 +178,6 @@ namespace stl = tinystl; # include # include # include -namespace stl -{ - using namespace std; - using namespace std::tr1; -} #endif // BGFX_CONFIG_USE_TINYSTL #if BX_PLATFORM_ANDROID