Skip to content

Commit 852496d

Browse files
committed
Clean headers
1 parent 5c94554 commit 852496d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Libs/Particles/ShapeEvaluation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
#include <Eigen/Core>
44
#include <Eigen/SVD>
5-
#include <iostream>
6-
5+
#include <fstream>
76
#include "EvaluationUtil.h"
87

98
typedef Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> RowMajorMatrix;

Libs/Particles/ShapeEvaluation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <Eigen/Core>
44
#include <string>
55

6-
#include "ParticleShapeStatistics.h"
76
#include "ParticleSystemEvaluation.h"
87

98
namespace shapeworks {

0 commit comments

Comments
 (0)