mirror of https://github.com/CGAL/cgal
removed disable deprecation warnings from examples
This commit is contained in:
parent
2da4a3c98d
commit
82cadef28c
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>
|
|
||||||
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
||||||
#include <CGAL/Barycentric_coordinates_2/segment_coordinates_2.h>
|
#include <CGAL/Barycentric_coordinates_2/segment_coordinates_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>
|
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
#include <CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h>
|
#include <CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue