removed using namespace std from header file

This commit is contained in:
alemuntoni 2020-05-12 15:31:58 +02:00
parent 59b67d95d3
commit f1a642ad28
1 changed files with 0 additions and 2 deletions

View File

@ -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 >