Removed useless include <tetra.h>

This commit is contained in:
Paolo Cignoni 2006-12-04 09:27:13 +00:00
parent 5765847abe
commit aa10ac62be
1 changed files with 1 additions and 2 deletions

View File

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