Skip to content

Commit

Permalink
Merge pull request #2079 from dirkholz/fix-2d-examples
Browse files Browse the repository at this point in the history
fix header names
  • Loading branch information
taketwo committed Nov 13, 2017
2 parents 8845607 + 3923a83 commit 519b433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2d/src/examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@

#include <pcl/point_types.h>

#include <pcl/2d/Convolution.h>
#include <pcl/2d/Edge.h>
#include <pcl/2d/Kernel.h>
#include <pcl/2d/Morphology.h>
#include <pcl/2d/convolution.h>
#include <pcl/2d/edge.h>
#include <pcl/2d/kernel.h>
#include <pcl/2d/morphology.h>
#include <pcl/pcl_base.h>

using namespace pcl;
Expand Down

0 comments on commit 519b433

Please sign in to comment.