Removed useless include <tetra.h>
This commit is contained in:
parent
5765847abe
commit
aa10ac62be
|
@ -22,14 +22,13 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
|
$Log: not supported by cvs2svn $
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifndef __PICK______H
|
#ifndef __PICK______H
|
||||||
#define __PICK______H
|
#define __PICK______H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vcg/space/tetra3.h>
|
|
||||||
namespace vcg{
|
namespace vcg{
|
||||||
|
|
||||||
template <class MESH_TYPE>
|
template <class MESH_TYPE>
|
||||||
|
|
Loading…
Reference in New Issue