Skip to content

Commit a9b1cce

Browse files
committed
Removes unnecessary Eigen include
The Eigen/Geometry header was included but not used. Removes the unnecessary include to reduce compilation time and dependencies.
1 parent b452984 commit a9b1cce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/open3d/pipelines/registration/SymmetricICP.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
#include "open3d/pipelines/registration/SymmetricICP.h"
99

10-
#include <Eigen/Geometry>
11-
1210
#include "open3d/geometry/PointCloud.h"
1311
#include "open3d/utility/Eigen.h"
1412
#include "open3d/utility/Logging.h"

0 commit comments

Comments
 (0)