Skip to content

Commit

Permalink
removing unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Jul 4, 2024
1 parent 68e9692 commit 8fab93c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/base/discreteMorseSandwich/DiscreteMorseSandwich.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include <algorithm>
#include <numeric>
#include <vector>

namespace ttk {
class DiscreteMorseSandwich : virtual public Debug {
Expand Down
1 change: 0 additions & 1 deletion core/base/persistenceDiagram/PersistenceDiagram.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
#include <PersistentSimplexPairs.h>
#include <ProgressiveTopology.h>
#include <Triangulation.h>
#include <vector>

namespace ttk {

Expand Down

0 comments on commit 8fab93c

Please sign in to comment.