diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-17 02:09:02 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-17 02:09:02 -0400 |
| commit | 97ffb08a42fc1cb8d58c875b289ff840bcfea1eb (patch) | |
| tree | d56bb3ab660e762fc09dff6340027f8fa725c2f4 /Source/Core/Common/ExtendedTrace.cpp | |
| parent | 6ee2267b2d3068bea467a6d5dfe1eacd8050d7de (diff) | |
| parent | 4759510f70c0b9b66ff4846790f1f78a80301caa (diff) | |
Merge pull request #767 from lioncash/namespaces
Get rid of instances of "using namespace std;" in the project
Diffstat (limited to 'Source/Core/Common/ExtendedTrace.cpp')
| -rw-r--r-- | Source/Core/Common/ExtendedTrace.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/ExtendedTrace.cpp b/Source/Core/Common/ExtendedTrace.cpp index 8998a70b4b..dfc96e3c59 100644 --- a/Source/Core/Common/ExtendedTrace.cpp +++ b/Source/Core/Common/ExtendedTrace.cpp @@ -19,7 +19,6 @@ #include "Common/ExtendedTrace.h" #include "Common/StringUtil.h" -using namespace std; #include <tchar.h> #include <ImageHlp.h> |
