summaryrefslogtreecommitdiff
path: root/src/cython/gudhi.pyx.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/gudhi.pyx.in')
-rw-r--r--src/cython/gudhi.pyx.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in
index 5f7809d6..1b8a669b 100644
--- a/src/cython/gudhi.pyx.in
+++ b/src/cython/gudhi.pyx.in
@@ -24,11 +24,11 @@ __author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 INRIA Saclay (France)"
__license__ = "GPL v3"
-include "src/cython/simplex_tree.pyx"
-include "src/cython/mini_simplex_tree.pyx"
-include "src/cython/rips_complex.pyx"
-include "src/cython/cubical_complex.pyx"
-include "src/cython/periodic_cubical_complex.pyx"
-include "src/cython/persistence_graphical_tools.py"
-include "src/cython/witness_complex.pyx"
+include "cython/simplex_tree.pyx"
+include "cython/mini_simplex_tree.pyx"
+include "cython/rips_complex.pyx"
+include "cython/cubical_complex.pyx"
+include "cython/periodic_cubical_complex.pyx"
+include "cython/persistence_graphical_tools.py"
+include "cython/witness_complex.pyx"
@GUDHI_CYTHON_ALPHA_COMPLEX@