summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 10:04:01 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-20 10:04:01 +0000
commit7ba68a39361109d872bfa284e68d13ad5c8c6231 (patch)
treea682ac19d97624bfa3c1a6a47da404f106bee18e /src/Persistent_cohomology
parent0c8ae3e79e23535a864b1df84e18ecf05cd550b0 (diff)
Fix code review
Remove unused include git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/distance_matrix_in_rips_module@1968 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: dc983a4be66296869cbeddd66b9d48e25a24b5ef
Diffstat (limited to 'src/Persistent_cohomology')
-rw-r--r--src/Persistent_cohomology/example/rips_persistence.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/rips_persistence.cpp b/src/Persistent_cohomology/example/rips_persistence.cpp
index b70d0283..c6378de7 100644
--- a/src/Persistent_cohomology/example/rips_persistence.cpp
+++ b/src/Persistent_cohomology/example/rips_persistence.cpp
@@ -21,7 +21,6 @@
*/
#include <gudhi/Rips_complex.h>
-#include <gudhi/graph_simplicial_complex.h>
#include <gudhi/distance_functions.h>
#include <gudhi/Simplex_tree.h>
#include <gudhi/Persistent_cohomology.h>