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

Deprecate unneeded meta-headers #4628

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 1 addition & 0 deletions common/include/pcl/common/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#ifdef __GNUC__
#pragma GCC system_header
#endif
PCL_DEPRECATED_HEADER(1, 15, "")

#ifndef Q_MOC_RUN
// Marking all Boost headers as system headers to remove warnings
Expand Down
2 changes: 1 addition & 1 deletion features/include/pcl/features/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
#if defined __GNUC__
# pragma GCC system_header
#endif

PCL_DEPRECATED_HEADER(1, 15, "")
#include <boost/property_map/property_map.hpp>
1 change: 0 additions & 1 deletion features/include/pcl/features/boundary.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#pragma once

#include <pcl/features/eigen.h>
mvieth marked this conversation as resolved.
Show resolved Hide resolved
#include <pcl/features/feature.h>

namespace pcl
Expand Down
2 changes: 1 addition & 1 deletion features/include/pcl/features/eigen.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
#if defined __GNUC__
# pragma GCC system_header
#endif

PCL_DEPRECATED_HEADER(1, 15, "")
#include <Eigen/StdVector>
#include <Eigen/Geometry>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/common/distances.h>
#include <pcl/console/print.h> // for PCL_INFO, PCL_ERROR
#include <pcl/features/boost.h>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/johnson_all_pairs_shortest.hpp>

Expand Down
1 change: 0 additions & 1 deletion features/include/pcl/features/narf.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#include <pcl/memory.h>
#include <pcl/pcl_macros.h>
#include <pcl/features/eigen.h>
#include <pcl/point_cloud.h>
#include <pcl/point_representation.h>

Expand Down
1 change: 0 additions & 1 deletion features/include/pcl/features/principal_curvatures.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#pragma once

#include <pcl/features/eigen.h>
#include <pcl/features/feature.h>

namespace pcl
Expand Down
1 change: 1 addition & 0 deletions octree/include/pcl/octree/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#ifdef __GNUC__
#pragma GCC system_header
#endif
PCL_DEPRECATED_HEADER(1, 15, "")

// Marking all Boost headers as system headers to remove warnings
#include <boost/graph/adjacency_list.hpp>
1 change: 1 addition & 0 deletions recognition/include/pcl/recognition/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
#if defined __GNUC__
# pragma GCC system_header
#endif
PCL_DEPRECATED_HEADER(1, 15, "")

#include <boost/graph/graph_traits.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,3 @@ class PCL_EXPORTS CorrespondenceRejectorMedianDistance : public CorrespondenceRe
};
} // namespace registration
} // namespace pcl

#include <pcl/registration/impl/correspondence_rejection_median_distance.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
*/
#ifndef PCL_REGISTRATION_IMPL_CORRESPONDENCE_REJECTION_MEDIAN_DISTANCE_HPP_
#define PCL_REGISTRATION_IMPL_CORRESPONDENCE_REJECTION_MEDIAN_DISTANCE_HPP_

PCL_DEPRECATED_HEADER(1, 15, "")
#endif // PCL_REGISTRATION_IMPL_CORRESPONDENCE_REJECTION_MEDIAN_DISTANCE_HPP_
1 change: 1 addition & 0 deletions sample_consensus/include/pcl/sample_consensus/boost.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
#if defined __GNUC__
# pragma GCC system_header
#endif
PCL_DEPRECATED_HEADER(1, 15, "")

#include <boost/random.hpp>