Skip to content

Commit 9ac96bb

Browse files
committed
Removes unnecessary includes
Removes unnecessary includes from SymmetricICP.h and SymmetricICP.cpp, cleaning up the code and reducing compile times.
1 parent a9b1cce commit 9ac96bb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

cpp/open3d/pipelines/registration/SymmetricICP.h

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

88
#pragma once
99

10-
#include <Eigen/Core>
11-
#include <memory>
12-
1310
#include "open3d/pipelines/registration/Registration.h"
1411
#include "open3d/pipelines/registration/RobustKernel.h"
1512
#include "open3d/pipelines/registration/TransformationEstimation.h"

cpp/tests/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 <random>
11-
1210
#include "open3d/geometry/PointCloud.h"
1311
#include "open3d/pipelines/registration/Registration.h"
1412
#include "open3d/utility/Eigen.h"

0 commit comments

Comments
 (0)