mirror of https://github.com/CGAL/cgal
Remove extra #include
There is no need to include user classes headers (<CGAL/Point_2.h>, <CGAL/Segment_2.h>, and so on) one by one when <CGAL/user_classes.h> is included.
This commit is contained in:
parent
6e208cb2df
commit
84fbdf1d9a
|
|
@ -32,10 +32,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/kernel_assertions.h>
|
#include <CGAL/kernel_assertions.h>
|
||||||
#include <CGAL/Point_2.h>
|
|
||||||
#include <CGAL/Segment_2.h>
|
|
||||||
#include <CGAL/Line_2.h>
|
|
||||||
#include <CGAL/Ray_2.h>
|
|
||||||
#include <CGAL/enum.h>
|
#include <CGAL/enum.h>
|
||||||
#include <CGAL/wmult.h>
|
#include <CGAL/wmult.h>
|
||||||
#include <CGAL/squared_distance_utils.h>
|
#include <CGAL/squared_distance_utils.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue