summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/test/vector_representation_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/test/vector_representation_test.cpp')
-rw-r--r--src/Gudhi_stat/test/vector_representation_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gudhi_stat/test/vector_representation_test.cpp b/src/Gudhi_stat/test/vector_representation_test.cpp
index c3b15d05..2c1ef1f8 100644
--- a/src/Gudhi_stat/test/vector_representation_test.cpp
+++ b/src/Gudhi_stat/test/vector_representation_test.cpp
@@ -21,8 +21,8 @@
*/
-#include <gudhi/persistence_representations/persistence_vectors.h>
-#include <gudhi/common_gudhi_stat.h>
+#include <gudhi/persistence_vectors.h>
+#include <gudhi/common_persistence_representations.h>
#include <iostream>
#define BOOST_TEST_DYN_LINK
@@ -35,7 +35,7 @@
using namespace Gudhi;
-using namespace Gudhi::Gudhi_stat;
+using namespace Gudhi::Persistence_representations;