Skip to content

Commit

Permalink
fixed style in BoundingVolume.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mattj23 committed May 26, 2021
1 parent 6339692 commit 4df216c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/open3d/geometry/BoundingVolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
#include <Eigen/Eigenvalues>
#include <numeric>

#include "BoundingVolume.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/Qhull.h"
#include "open3d/geometry/TriangleMesh.h"
#include "open3d/utility/Console.h"
#include "BoundingVolume.h"


namespace open3d {
namespace geometry {
Expand Down

0 comments on commit 4df216c

Please sign in to comment.