summaryrefslogtreecommitdiff
path: root/src/phat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/phat.cpp')
-rw-r--r--src/phat.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/phat.cpp b/src/phat.cpp
index 3770cf3..46f780c 100644
--- a/src/phat.cpp
+++ b/src/phat.cpp
@@ -17,15 +17,8 @@
along with PHAT. If not, see <http://www.gnu.org/licenses/>. */
#include <phat/compute_persistence_pairs.h>
-
-#include <phat/representations/vector_vector.h>
-#include <phat/representations/vector_heap.h>
-#include <phat/representations/vector_set.h>
-#include <phat/representations/vector_list.h>
-#include <phat/representations/sparse_pivot_column.h>
-#include <phat/representations/heap_pivot_column.h>
-#include <phat/representations/full_pivot_column.h>
-#include <phat/representations/bit_tree_pivot_column.h>
+#include <phat/boundary_matrix.h>
+#include <phat/representations/default_representations.h>
#include <phat/algorithms/twist_reduction.h>
#include <phat/algorithms/standard_reduction.h>