mirror of https://github.com/CGAL/cgal
remove of include of unused point_generators_d.h in Orthogonal_incremental_neighbor_search
This commit is contained in:
parent
0cffef2237
commit
f2c77cfb67
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <cassert>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/point_generators_d.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/Search_traits_2.h>
|
||||
#include <CGAL/Search_traits_3.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue