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