From 918cec664abc4e55da8e1b45042f96c3ab77ab49 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 9 Oct 2014 14:10:27 +0000 Subject: [PATCH] fixed includes to new files position (also in app2/sample/hashing_2D) --- apps/sample/hashing_2D/test_hash2d.cpp | 4 ++-- apps/sample/hashing_2D/test_hash2d.pro | 8 ++++---- vcg/space/index/{index2d => }/base2d.h | 0 vcg/space/index/{index2d => }/closest2d.h | 0 vcg/space/index/{index2d => }/grid_closest2d.h | 2 +- vcg/space/index/{index2d => }/grid_static_ptr2d.h | 4 ++-- vcg/space/index/{index2d => }/grid_util2d.h | 2 +- vcg/space/index/{index2d => }/space_iterators2d.h | 0 vcg/space/index/{index2d => }/spatial_hashing2d.h | 0 9 files changed, 10 insertions(+), 10 deletions(-) rename vcg/space/index/{index2d => }/base2d.h (100%) rename vcg/space/index/{index2d => }/closest2d.h (100%) rename vcg/space/index/{index2d => }/grid_closest2d.h (99%) rename vcg/space/index/{index2d => }/grid_static_ptr2d.h (98%) rename vcg/space/index/{index2d => }/grid_util2d.h (99%) rename vcg/space/index/{index2d => }/space_iterators2d.h (100%) rename vcg/space/index/{index2d => }/spatial_hashing2d.h (100%) diff --git a/apps/sample/hashing_2D/test_hash2d.cpp b/apps/sample/hashing_2D/test_hash2d.cpp index d7807157..0902e26e 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/apps/sample/hashing_2D/test_hash2d.pro b/apps/sample/hashing_2D/test_hash2d.pro index 7db83219..21fcc36f 100644 --- a/apps/sample/hashing_2D/test_hash2d.pro +++ b/apps/sample/hashing_2D/test_hash2d.pro @@ -7,9 +7,9 @@ DEPENDPATH += . INCLUDEPATH += . ../../.. CONFIG += console stl TEMPLATE = app -HEADERS += ../../../vcg/space/index/index2d/grid_static_ptr_2d.h\ - ../../../vcg/space/index/index2d/closest_2d.h\ - ../../../vcg/space/index/index2d/space_iterators_2d.h\ - ../../../vcg/space/index/index2d/grid_closest_2d.h +HEADERS += ../../../vcg/space/index/grid_static_ptr2d.h\ + ../../../vcg/space/index/closest2d.h\ + ../../../vcg/space/index/space_iterators2d.h\ + ../../../vcg/space/index/grid_closest2d.h SOURCES += test_hash2d.cpp diff --git a/vcg/space/index/index2d/base2d.h b/vcg/space/index/base2d.h similarity index 100% rename from vcg/space/index/index2d/base2d.h rename to vcg/space/index/base2d.h diff --git a/vcg/space/index/index2d/closest2d.h b/vcg/space/index/closest2d.h similarity index 100% rename from vcg/space/index/index2d/closest2d.h rename to vcg/space/index/closest2d.h diff --git a/vcg/space/index/index2d/grid_closest2d.h b/vcg/space/index/grid_closest2d.h similarity index 99% rename from vcg/space/index/index2d/grid_closest2d.h rename to vcg/space/index/grid_closest2d.h index f1b7cbd7..60574fa4 100644 --- a/vcg/space/index/index2d/grid_closest2d.h +++ b/vcg/space/index/grid_closest2d.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_ptr2d.h b/vcg/space/index/grid_static_ptr2d.h similarity index 98% rename from vcg/space/index/index2d/grid_static_ptr2d.h rename to vcg/space/index/grid_static_ptr2d.h index af2b7e6d..5a83780e 100644 --- a/vcg/space/index/index2d/grid_static_ptr2d.h +++ b/vcg/space/index/grid_static_ptr2d.h @@ -30,8 +30,8 @@ #include #include -#include -#include +#include +#include namespace vcg { diff --git a/vcg/space/index/index2d/grid_util2d.h b/vcg/space/index/grid_util2d.h similarity index 99% rename from vcg/space/index/index2d/grid_util2d.h rename to vcg/space/index/grid_util2d.h index 7b710a36..134f37b6 100644 --- a/vcg/space/index/index2d/grid_util2d.h +++ b/vcg/space/index/grid_util2d.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_iterators2d.h b/vcg/space/index/space_iterators2d.h similarity index 100% rename from vcg/space/index/index2d/space_iterators2d.h rename to vcg/space/index/space_iterators2d.h diff --git a/vcg/space/index/index2d/spatial_hashing2d.h b/vcg/space/index/spatial_hashing2d.h similarity index 100% rename from vcg/space/index/index2d/spatial_hashing2d.h rename to vcg/space/index/spatial_hashing2d.h