diff base/Profiler.cpp @ 843:e802e550a1f2

Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author Chris Cannam
date Tue, 26 Nov 2013 13:35:08 +0000
parents 29efe322ab47
children 16dc7307d43a
line wrap: on
line diff
--- a/base/Profiler.cpp	Tue Nov 26 11:16:37 2013 +0000
+++ b/base/Profiler.cpp	Tue Nov 26 13:35:08 2013 +0000
@@ -29,9 +29,6 @@
 #include <set>
 #include <map>
 
-using std::cerr;
-using std::endl;
-
 Profiles* Profiles::m_instance = 0;
 
 Profiles* Profiles::getInstance()