Get rid of instances of "using namespace std;" in the project

This commit is contained in:
Lioncash
2014-08-09 22:44:27 -04:00
parent 6ee2267b2d
commit 4759510f70
9 changed files with 25 additions and 34 deletions

View File

@ -19,7 +19,6 @@
#include "Common/ExtendedTrace.h"
#include "Common/StringUtil.h"
using namespace std;
#include <tchar.h>
#include <ImageHlp.h>