diff --git a/apps/sample/hashing_2D/test_hash2d.cpp b/apps/sample/hashing_2D/test_hash2d.cpp index a7043ee7..d7807157 100644 --- a/apps/sample/hashing_2D/test_hash2d.cpp +++ b/apps/sample/hashing_2D/test_hash2d.cpp @@ -24,8 +24,8 @@ #include #include #include -#include -#include +#include +#include #include typedef double MyScalarType; diff --git a/vcg/space/index/index2D/base_2d.h b/vcg/space/index/index2d/base_2d.h similarity index 100% rename from vcg/space/index/index2D/base_2d.h rename to vcg/space/index/index2d/base_2d.h diff --git a/vcg/space/index/index2D/closest_2d.h b/vcg/space/index/index2d/closest_2d.h similarity index 100% rename from vcg/space/index/index2D/closest_2d.h rename to vcg/space/index/index2d/closest_2d.h diff --git a/vcg/space/index/index2D/grid_closest_2d.h b/vcg/space/index/index2d/grid_closest_2d.h similarity index 99% rename from vcg/space/index/index2D/grid_closest_2d.h rename to vcg/space/index/index2d/grid_closest_2d.h index d2e39d23..f1b7cbd7 100644 --- a/vcg/space/index/index2D/grid_closest_2d.h +++ b/vcg/space/index/index2d/grid_closest_2d.h @@ -24,7 +24,7 @@ #ifndef __VCGLIB_GRID_CLOSEST_2D #define __VCGLIB_GRID_CLOSEST_2D -#include +#include #include namespace vcg{ diff --git a/vcg/space/index/index2D/grid_static_ptr_2d.h b/vcg/space/index/index2d/grid_static_ptr_2d.h similarity index 98% rename from vcg/space/index/index2D/grid_static_ptr_2d.h rename to vcg/space/index/index2d/grid_static_ptr_2d.h index 134ad86e..af2b7e6d 100644 --- a/vcg/space/index/index2D/grid_static_ptr_2d.h +++ b/vcg/space/index/index2d/grid_static_ptr_2d.h @@ -30,8 +30,8 @@ #include #include -#include -#include +#include +#include namespace vcg { diff --git a/vcg/space/index/index2D/grid_util_2d.h b/vcg/space/index/index2d/grid_util_2d.h similarity index 99% rename from vcg/space/index/index2D/grid_util_2d.h rename to vcg/space/index/index2d/grid_util_2d.h index a24a8826..7b710a36 100644 --- a/vcg/space/index/index2D/grid_util_2d.h +++ b/vcg/space/index/index2d/grid_util_2d.h @@ -26,7 +26,7 @@ #ifndef __VCGLIB_GRID_UTIL_2D #define __VCGLIB_GRID_UTIL_2D -#include +#include #include diff --git a/vcg/space/index/index2D/space_iterators_2d.h b/vcg/space/index/index2d/space_iterators_2d.h similarity index 100% rename from vcg/space/index/index2D/space_iterators_2d.h rename to vcg/space/index/index2d/space_iterators_2d.h diff --git a/vcg/space/index/index2D/spatial_hashing_2d.h b/vcg/space/index/index2d/spatial_hashing_2d.h similarity index 100% rename from vcg/space/index/index2D/spatial_hashing_2d.h rename to vcg/space/index/index2d/spatial_hashing_2d.h