mirror of https://github.com/CGAL/cgal
Fix circular dependency
This commit is contained in:
parent
594eb97a22
commit
a3d8f10647
|
|
@ -16,7 +16,6 @@
|
|||
#include <CGAL/license/Point_set_3.h>
|
||||
|
||||
#include <CGAL/IO/helpers.h>
|
||||
#include <CGAL/Point_set_3.h>
|
||||
#include <CGAL/Point_set_3/IO/LAS.h>
|
||||
#include <CGAL/Point_set_3/IO/OFF.h>
|
||||
#include <CGAL/Point_set_3/IO/PLY.h>
|
||||
|
|
@ -27,6 +26,9 @@
|
|||
|
||||
namespace CGAL {
|
||||
|
||||
template <typename Point, typename Vector>
|
||||
class Point_set_3;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Read
|
||||
|
|
|
|||
Loading…
Reference in New Issue