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