Skip to content

Commit

Permalink
Removed redundant inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
cassinaj committed Sep 2, 2014
1 parent 5f11a81 commit 15c0498
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions src/state_filtering/utils/pcl_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,21 @@

// TODO REMOVE REDUNDANT
#include <pcl/point_types.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/filters/passthrough.h>
#include <pcl/filters/voxel_grid.h>
#include <pcl/filters/extract_indices.h>
#include <pcl/filters/project_inliers.h>
#include <pcl/features/normal_3d.h>
#include <pcl/sample_consensus/method_types.h>
#include <pcl/segmentation/sac_segmentation.h>
#include <pcl/segmentation/extract_polygonal_prism_data.h>
#include <pcl/surface/convex_hull.h>
#include <pcl/PointIndices.h>

#include <pcl/ModelCoefficients.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/surface/convex_hull.h>
#include <pcl/filters/voxel_grid.h>
#include <pcl/filters/project_inliers.h>
#include <pcl/filters/extract_indices.h>
#include <pcl/filters/passthrough.h>
#include <pcl/features/normal_3d.h>
#include <pcl/sample_consensus/method_types.h>
#include <pcl/sample_consensus/model_types.h>
#include <pcl/segmentation/sac_segmentation.h>
#include <pcl/segmentation/segment_differences.h>
#include <pcl/segmentation/extract_polygonal_prism_data.h>

#include <boost/assert.hpp>

Expand Down

0 comments on commit 15c0498

Please sign in to comment.