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:
Laurent Rineau 2012-05-09 09:24:54 +00:00
parent 6e208cb2df
commit 84fbdf1d9a
1 changed files with 0 additions and 4 deletions

View File

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