Skip to content

Commit

Permalink
Remove unnecessary header.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 26, 2019
1 parent a33f359 commit 79f2f2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filters/OverlayFilter.cpp
Expand Up @@ -36,7 +36,6 @@

#include <vector>

#include <pdal/QuadIndex.hpp>
#include <pdal/GDALUtils.hpp>
#include <pdal/util/ProgramArgs.hpp>

Expand Down Expand Up @@ -120,7 +119,6 @@ void OverlayFilter::ready(PointTableRef table)
OGRGeometryH geom = OGR_F_GetGeometryRef(feature.get());
int32_t fieldVal = OGR_F_GetFieldAsInteger(feature.get(), field_index);

// Don't think Polygon meets criteria for implicit move ctor.
m_polygons.push_back(
{ Polygon(geom, table.anySpatialReference()), fieldVal} );

Expand Down

0 comments on commit 79f2f2f

Please sign in to comment.