susumu.yata
null+****@clear*****
Fri Apr 26 21:49:10 JST 2013
susumu.yata 2013-04-26 21:49:10 +0900 (Fri, 26 Apr 2013) New Revision: c6c307265197e57ae8686673ee7bc2df70394b32 https://github.com/groonga/grnxx/commit/c6c307265197e57ae8686673ee7bc2df70394b32 Message: Remove #include "grnxx/alpha/geo_point.hpp" from grnxx/alpha/map.hpp. Modified files: lib/grnxx/alpha/map.cpp lib/grnxx/alpha/map.hpp lib/grnxx/alpha/map/array.cpp lib/grnxx/alpha/map/cursor.hpp lib/grnxx/alpha/map/double_array-slice.cpp lib/grnxx/alpha/map/double_array.cpp Modified: lib/grnxx/alpha/map.cpp (+1 -0) =================================================================== --- lib/grnxx/alpha/map.cpp 2013-04-26 21:46:21 +0900 (0092d15) +++ lib/grnxx/alpha/map.cpp 2013-04-26 21:49:10 +0900 (d28fbfc) @@ -17,6 +17,7 @@ */ #include "grnxx/alpha/map.hpp" +#include "grnxx/alpha/geo_point.hpp" #include "grnxx/alpha/map/array.hpp" #include "grnxx/alpha/map/cursor.hpp" #include "grnxx/alpha/map/double_array.hpp" Modified: lib/grnxx/alpha/map.hpp (+0 -1) =================================================================== --- lib/grnxx/alpha/map.hpp 2013-04-26 21:46:21 +0900 (a0c3c43) +++ lib/grnxx/alpha/map.hpp 2013-04-26 21:49:10 +0900 (4f96b11) @@ -18,7 +18,6 @@ #ifndef GRNXX_ALPHA_MAP_HPP #define GRNXX_ALPHA_MAP_HPP -#include "grnxx/alpha/geo_point.hpp" #include "grnxx/io/pool.hpp" #include "grnxx/slice.hpp" Modified: lib/grnxx/alpha/map/array.cpp (+2 -0) =================================================================== --- lib/grnxx/alpha/map/array.cpp 2013-04-26 21:46:21 +0900 (c169eef) +++ lib/grnxx/alpha/map/array.cpp 2013-04-26 21:49:10 +0900 (b266fbb) @@ -20,6 +20,8 @@ #include <cmath> #include <string> +#include "grnxx/alpha/geo_point.hpp" + namespace grnxx { namespace alpha { namespace map { Modified: lib/grnxx/alpha/map/cursor.hpp (+2 -0) =================================================================== --- lib/grnxx/alpha/map/cursor.hpp 2013-04-26 21:46:21 +0900 (e25fb0f) +++ lib/grnxx/alpha/map/cursor.hpp 2013-04-26 21:49:10 +0900 (b91f813) @@ -22,6 +22,8 @@ #include <vector> +#include "grnxx/alpha/geo_point.hpp" + namespace grnxx { namespace alpha { namespace map { Modified: lib/grnxx/alpha/map/double_array-slice.cpp (+1 -0) =================================================================== --- lib/grnxx/alpha/map/double_array-slice.cpp 2013-04-26 21:46:21 +0900 (522f218) +++ lib/grnxx/alpha/map/double_array-slice.cpp 2013-04-26 21:49:10 +0900 (77f2ed8) @@ -20,6 +20,7 @@ #include <algorithm> #include <vector> +#include "grnxx/alpha/geo_point.hpp" #include "grnxx/lock.hpp" #include "grnxx/logger.hpp" Modified: lib/grnxx/alpha/map/double_array.cpp (+1 -0) =================================================================== --- lib/grnxx/alpha/map/double_array.cpp 2013-04-26 21:46:21 +0900 (92a78db) +++ lib/grnxx/alpha/map/double_array.cpp 2013-04-26 21:49:10 +0900 (c63c21d) @@ -22,6 +22,7 @@ #include <vector> #include "../config.h" +#include "grnxx/alpha/geo_point.hpp" #include "grnxx/lock.hpp" #include "grnxx/logger.hpp" -------------- next part -------------- HTML����������������������������...Download