Skip to content

Commit

Permalink
Merge pull request #1163 from mloskot/ml/boost-headers-cleanup
Browse files Browse the repository at this point in the history
Remove unused #include <boost/...>
  • Loading branch information
abellgithub committed Feb 26, 2016
2 parents 5db6848 + f9b7ded commit d7351e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions filters/colorization/ColorizationFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include <pdal/plugin.hpp>
#include <pdal/Filter.hpp>

#include <boost/array.hpp>

#include <gdal.h>
#include <ogr_spatialref.h>
#include <pdal/GDALUtils.hpp>
Expand Down
4 changes: 0 additions & 4 deletions src/PipelineWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#include <pdal/Stage.hpp>
#include <pdal/util/FileUtils.hpp>

#include <boost/property_tree/ptree.hpp>

using namespace pdalboost::property_tree;

namespace pdal
{

Expand Down

0 comments on commit d7351e2

Please sign in to comment.