Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common] Remove empty file point_operators.h #4019

Merged
merged 2 commits into from
May 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ set(common_incs
include/pcl/common/utils.h
include/pcl/common/geometry.h
include/pcl/common/gaussian.h
include/pcl/common/point_operators.h
include/pcl/common/spring.h
include/pcl/common/intensity.h
include/pcl/common/random.h
Expand Down
41 changes: 0 additions & 41 deletions common/include/pcl/common/point_operators.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/features/example_difference_of_normals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <pcl/point_types.h>
#include <pcl/io/pcd_io.h>
#include <pcl/common/point_operators.h>
#include <pcl/common/io.h>
#include <pcl/search/organized.h>
#include <pcl/search/octree.h>
Expand Down
1 change: 0 additions & 1 deletion filters/include/pcl/filters/convolution.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#pragma once

#include <pcl/common/eigen.h>
#include <pcl/common/point_operators.h>
#include <pcl/point_cloud.h>
#include <pcl/exceptions.h>
#include <pcl/pcl_base.h>
Expand Down
1 change: 0 additions & 1 deletion filters/include/pcl/filters/impl/convolution_3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

#include <pcl/pcl_config.h>
#include <pcl/point_types.h>
#include <pcl/common/point_operators.h>

#include <cmath>
#include <cstdint>
Expand Down
1 change: 0 additions & 1 deletion filters/include/pcl/filters/pyramid.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#include <pcl/memory.h>
#include <pcl/pcl_macros.h>
#include <pcl/common/point_operators.h>
#include <pcl/point_cloud.h>
#include <pcl/pcl_config.h>

Expand Down
2 changes: 0 additions & 2 deletions geometry/include/pcl/geometry/polygon_operations.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* $Id: point_operators.h 4389 2012-02-10 10:10:26Z nizar $
*
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#define PCL_SAMPLE_CONSENSUS_IMPL_SAC_MODEL_REGISTRATION_H_

#include <pcl/sample_consensus/sac_model_registration.h>
#include <pcl/common/point_operators.h>
#include <pcl/common/eigen.h>
#include <pcl/point_types.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#define PCL_SAMPLE_CONSENSUS_IMPL_SAC_MODEL_REGISTRATION_2D_HPP_

#include <pcl/sample_consensus/sac_model_registration_2d.h>
#include <pcl/common/point_operators.h>
#include <pcl/common/eigen.h>

//////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion test/common/test_intensity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include <pcl/test/gtest.h>
#include <pcl/pcl_tests.h>
#include <pcl/point_types.h>
#include <pcl/common/point_operators.h>
#include <pcl/common/intensity.h>

using namespace pcl;
Expand Down
1 change: 0 additions & 1 deletion test/common/test_operators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <pcl/test/gtest.h>
#include <pcl/pcl_tests.h>
#include <pcl/point_types.h>
#include <pcl/common/point_operators.h>

using namespace pcl;
using namespace pcl::test;
Expand Down