From 1fc83af05c5252a4251d5001d9d747029e1a283a Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 1 Apr 2011 17:06:52 +0000 Subject: [PATCH] Ongoing Rearrangement of filepath replaced the path to comply the filepaths modification. The replacements are as follows: /complex/trimesh/base.h --> /complex/complex.h /complex/trimesh/allocate.h --> /complex/allocate.h /complex/trimesh/append.h --> /complex/append.h /complex/trimesh/ --> /complex/algorithms/ /complex/local_optimization/ ---> /complex/algorithms/local_optimization/ /complex/local_optimization.h ---> /complex/algorithms/local_optimization.h /complex/intersection.h ---> /complex/algorithms/intersection.h /complex/boundary.h ---> /complex/algorithms/boundary.h --- vcg/complex/allocate.h | 2 +- vcg/complex/append.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcg/complex/allocate.h b/vcg/complex/allocate.h index 9b1afccd..d53b9560 100644 --- a/vcg/complex/allocate.h +++ b/vcg/complex/allocate.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include namespace vcg { diff --git a/vcg/complex/append.h b/vcg/complex/append.h index f536c933..3836ecf8 100644 --- a/vcg/complex/append.h +++ b/vcg/complex/append.h @@ -24,8 +24,8 @@ #ifndef __VCGLIB_APPEND #define __VCGLIB_APPEND -#include -#include +#include +#include namespace vcg { namespace tri {