Skip to content

Commit

Permalink
prevent warnings in examples and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jun 4, 2024
1 parent d2fe7f2 commit 9f0cda6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Surface_mesh_default_triangulation_3.h>
#include <CGAL/Surface_mesh_default_criteria_3.h>
#include <CGAL/Complex_2_in_triangulation_3.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Surface_mesh_default_triangulation_3.h>
#include <CGAL/Complex_2_in_triangulation_3.h>
#include <CGAL/make_surface_mesh.h>
Expand Down
2 changes: 2 additions & 0 deletions Surface_mesher/test/Surface_mesher/combined_spheres.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_3.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Cartesian.h>
#include <CGAL/Filtered_kernel.h>
Expand Down
2 changes: 2 additions & 0 deletions Surface_mesher/test/Surface_mesher/test_c2t3_iterators.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Surface_mesh_default_triangulation_3.h>

// c2t3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
// $URL$
// $Id$
//
//
// Author(s) : Mariette Yvinec
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>

#include <CGAL/Delaunay_triangulation_3.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
Expand Down

0 comments on commit 9f0cda6

Please sign in to comment.