This commit is contained in:
Branimir Karadžić 2016-10-29 10:36:09 -07:00
parent 3735f46cbe
commit 1bf5bdd376
2 changed files with 0 additions and 8 deletions

View File

@ -13,9 +13,6 @@
#include <tinystl/unordered_map.h>
namespace stl = tinystl;
namespace std { namespace tr1 {} }
using namespace std::tr1;
#include "common.h"
#include "bgfx_utils.h"

View File

@ -178,11 +178,6 @@ namespace stl = tinystl;
# include <unordered_map>
# include <unordered_set>
# include <vector>
namespace stl
{
using namespace std;
using namespace std::tr1;
}
#endif // BGFX_CONFIG_USE_TINYSTL
#if BX_PLATFORM_ANDROID