summaryrefslogtreecommitdiff
path: root/src/common/example
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-02 09:34:09 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-02 09:34:09 +0000
commitba47def14a25fb1299ef0980366c2c5479fb1ccc (patch)
tree7a8370706814d00698ec6c31a10aeaf22e079b23 /src/common/example
parent89d8caff43f3c38ee3ce3fd96000eaa549ba0481 (diff)
Review fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@816 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d112bf6b1b07a75947392576baa53321326e65c4
Diffstat (limited to 'src/common/example')
-rw-r--r--src/common/example/Delaunay_triangulation_off_rw.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/example/Delaunay_triangulation_off_rw.cpp b/src/common/example/Delaunay_triangulation_off_rw.cpp
index d1aa7988..75e4fafb 100644
--- a/src/common/example/Delaunay_triangulation_off_rw.cpp
+++ b/src/common/example/Delaunay_triangulation_off_rw.cpp
@@ -1,11 +1,10 @@
// to construct a Delaunay_triangulation from a OFF file
-#include "gudhi/Delaunay_triangulation_off_io.h"
+#include <gudhi/Delaunay_triangulation_off_io.h>
#include <CGAL/Delaunay_triangulation.h>
#include <CGAL/Epick_d.h>
-#include <stdio.h>
-#include <stdlib.h>
+#include <iostream>
#include <string>
// Use dynamic_dimension_tag for the user to be able to set dimension