Fix circular dependency

This commit is contained in:
Mael Rouxel-Labbé 2020-06-26 16:06:36 +02:00
parent 594eb97a22
commit a3d8f10647
1 changed files with 3 additions and 1 deletions

View File

@ -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