ImBuf: Cleanup, don't use `using namespace`, it's a bad practice

This commit is contained in:
Sergey Sharybin 2016-02-20 11:42:16 +05:00
parent cfc8d80f2c
commit 637f97b316
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ extern "C"
OIIO_NAMESPACE_USING
using namespace std;
using std::string;
typedef unsigned char uchar;