removed using namespace std from header file
This commit is contained in:
parent
59b67d95d3
commit
f1a642ad28
|
@ -28,8 +28,6 @@
|
|||
#include <vcg/complex/algorithms/update/quality.h>
|
||||
#include <vcg/complex/algorithms/harmonic.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace vcg {
|
||||
namespace tri {
|
||||
template < typename MeshType >
|
||||
|
|
Loading…
Reference in New Issue