removed using namespace std from header file

This commit is contained in:
alemuntoni 2020-05-12 15:31:58 +02:00
parent d657112c13
commit 39a4030a70
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 >