Skip to content

Commit

Permalink
Clean headers
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Mar 27, 2024
1 parent 5c94554 commit 852496d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Libs/Particles/ShapeEvaluation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

#include <Eigen/Core>
#include <Eigen/SVD>
#include <iostream>

#include <fstream>
#include "EvaluationUtil.h"

typedef Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> RowMajorMatrix;
Expand Down
1 change: 0 additions & 1 deletion Libs/Particles/ShapeEvaluation.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <Eigen/Core>
#include <string>

#include "ParticleShapeStatistics.h"
#include "ParticleSystemEvaluation.h"

namespace shapeworks {
Expand Down

0 comments on commit 852496d

Please sign in to comment.