Refactoring meshlab common files. Created a 'common' directory with the shared pieces of code. Most of the pro/pri files have been changed. A rebuild all is strongly suggested...

* Corrected Paths.
This commit is contained in:
Paolo Cignoni cignoni 2009-11-23 11:26:35 +00:00
parent 3bddba5d6f
commit bfe9e24ea0

View File

@ -21,7 +21,7 @@
* *
****************************************************************************/
#include <meshlab/filterparameter.h>
#include <common/filterparameter.h>
#include <meshlabplugins/editalign/align/AlignPair.h>
#include <vcg/simplex/face/base.h>