Skip to content

Commit bf99a45

Browse files
authoredJul 20, 2020
Optimize includes (PointCloudLibrary#4259)
As recommended by include-what-you-use, partly replaced by forward-declarations
1 parent 93b7773 commit bf99a45

File tree

76 files changed

+29
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+29
-96
lines changed
 

‎common/include/pcl/common/gaussian.h

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include <pcl/point_cloud.h>
4444

4545
#include <functional>
46-
#include <sstream>
4746

4847
namespace pcl
4948
{

‎common/src/PCLPointCloud2.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
*
3939
*/
4040

41-
#include <numeric>
4241
#include <vector>
4342

4443
#include <pcl/common/io.h>

0 commit comments

Comments
 (0)
Please sign in to comment.