From b91d624fb43a377287ce0cffe5eaefedafacab0f Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 24 Mar 2017 14:19:40 +0000 Subject: cpplint fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2236 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d3680e5085b858b2d5930179ca345f708688cbae --- .../example/exact_alpha_complex_3d_persistence.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Persistent_cohomology/example/exact_alpha_complex_3d_persistence.cpp b/src/Persistent_cohomology/example/exact_alpha_complex_3d_persistence.cpp index 70054601..8a335075 100644 --- a/src/Persistent_cohomology/example/exact_alpha_complex_3d_persistence.cpp +++ b/src/Persistent_cohomology/example/exact_alpha_complex_3d_persistence.cpp @@ -20,12 +20,11 @@ * along with this program. If not, see . */ -#include "alpha_complex_3d_helper.h" +#include #include #include #include -#include #include #include @@ -41,6 +40,8 @@ #include #include +#include "alpha_complex_3d_helper.h" + // Alpha_shape_3 templates type definitions using Kernel = CGAL::Exact_predicates_inexact_constructions_kernel; using Exact_tag = CGAL::Tag_true; -- cgit v1.2.3