mirror of https://github.com/CGAL/cgal
Clean-up
This commit is contained in:
parent
8d39580ff4
commit
96bb50b361
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_IO_TRAITS_LINESTRING_H
|
||||
#define CGAL_IO_TRAITS_LINESTRING_H
|
||||
#include <CGAL/internal/Geometry_container.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@
|
|||
#define CGAL_IO_TRAITS_MULTILINESTRING_H
|
||||
|
||||
#include <CGAL/internal/Geometry_container.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
namespace boost{
|
||||
namespace geometry{
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_IO_TRAITS_MULTIPOINT_H
|
||||
#define CGAL_IO_TRAITS_MULTIPOINT_H
|
||||
#include <CGAL/internal/Geometry_container.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
namespace boost{
|
||||
namespace geometry{
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef CGAL_IO_TRAITS_MULTIPOLYGON_H
|
||||
#define CGAL_IO_TRAITS_MULTIPOLYGON_H
|
||||
#include <CGAL/internal/Geometry_container.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
|
||||
namespace boost{
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
namespace boost{
|
||||
namespace geometry{
|
||||
namespace traits{
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
namespace boost{
|
||||
namespace geometry{
|
||||
namespace traits{
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
#include <CGAL/Polygon_2.h>
|
||||
#include <CGAL/Polygon_with_holes_2.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
namespace boost{
|
||||
namespace geometry{
|
||||
|
|
|
|||
Loading…
Reference in New Issue