mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-26 18:42:12 +00:00
[test][similarity] Move test hpp files and remove geometry.hpp include.
This commit is contained in:
@@ -10,14 +10,12 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
#include <algorithms/test_frechet_distance.hpp>
|
||||
|
||||
#include <boost/geometry.hpp>
|
||||
#include <boost/geometry/geometries/linestring.hpp>
|
||||
#include <boost/geometry/geometries/point_xy.hpp>
|
||||
#include <boost/geometry/geometries/polygon.hpp>
|
||||
|
||||
#include "test_frechet_distance.hpp"
|
||||
|
||||
template <typename P>
|
||||
void test_all_cartesian()
|
||||
{
|
||||
|
||||
@@ -10,14 +10,12 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
#include <algorithms/test_hausdorff_distance.hpp>
|
||||
|
||||
#include <boost/geometry.hpp>
|
||||
#include <boost/geometry/geometries/linestring.hpp>
|
||||
#include <boost/geometry/geometries/point_xy.hpp>
|
||||
#include <boost/geometry/geometries/polygon.hpp>
|
||||
|
||||
#include "test_hausdorff_distance.hpp"
|
||||
|
||||
template <typename P>
|
||||
void test_all_cartesian()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user