summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-06-26 13:28:36 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-06-26 13:28:36 +0000
commit704bd19db466ae028917453e5c4e040e15b52b26 (patch)
treedd28f8ca48296511e16f581663967d90aca7ba27 /src/Alpha_complex/utilities
parent3477d83ef23505e920c459157e9110acbb276b63 (diff)
Useless includes removal
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3640 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 57223bb2c3b1ad877d89d8627fbd866a726f2118
Diffstat (limited to 'src/Alpha_complex/utilities')
-rw-r--r--src/Alpha_complex/utilities/weighted_alpha_complex_3d_persistence.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Alpha_complex/utilities/weighted_alpha_complex_3d_persistence.cpp b/src/Alpha_complex/utilities/weighted_alpha_complex_3d_persistence.cpp
index 56fd6a7c..25512f98 100644
--- a/src/Alpha_complex/utilities/weighted_alpha_complex_3d_persistence.cpp
+++ b/src/Alpha_complex/utilities/weighted_alpha_complex_3d_persistence.cpp
@@ -30,15 +30,8 @@
#include <gudhi/Points_3D_off_io.h>
#include <fstream>
-#include <cmath>
#include <string>
-#include <tuple>
-#include <map>
-#include <utility>
#include <vector>
-#include <cstdlib>
-
-#include "alpha_complex_3d_helper.h"
// gudhi type definition
using Alpha_complex_3d = Gudhi::alpha_complex::Alpha_complex_3d<Gudhi::alpha_complex::Weighted_alpha_shapes_3d>;