Skip to content

Commit

Permalink
Remove unused header.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 29, 2020
1 parent f58f47e commit d536d68
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions filters/ELMFilter.cpp
Expand Up @@ -39,8 +39,6 @@

#include "ELMFilter.hpp"

//#include <pdal/EigenUtils.hpp>

#include <map>
#include <string>

Expand Down
1 change: 0 additions & 1 deletion pdal/PointView.cpp
Expand Up @@ -37,7 +37,6 @@
#include <pdal/KDIndex.hpp>
#include <pdal/PointView.hpp>
#include <pdal/util/Algorithm.hpp>
//#include <pdal/EigenUtils.hpp>

namespace pdal
{
Expand Down
1 change: 0 additions & 1 deletion test/unit/PointViewTest.cpp
Expand Up @@ -39,7 +39,6 @@

#include <pdal/PointView.hpp>
#include <pdal/PDALUtils.hpp>
//#include <pdal/EigenUtils.hpp>

#include "Support.hpp"

Expand Down
1 change: 0 additions & 1 deletion test/unit/filters/ChipperTest.cpp
Expand Up @@ -36,7 +36,6 @@

#include <pdal/Options.hpp>
#include <pdal/StageWrapper.hpp>
//#include <pdal/EigenUtils.hpp>
#include <filters/ChipperFilter.hpp>
#include <io/LasWriter.hpp>
#include <io/LasReader.hpp>
Expand Down
1 change: 0 additions & 1 deletion test/unit/filters/SplitterTest.cpp
Expand Up @@ -35,7 +35,6 @@
#include <pdal/pdal_test_main.hpp>

#include <pdal/StageFactory.hpp>
//#include <pdal/EigenUtils.hpp>
#include <io/LasReader.hpp>
#include <io/FauxReader.hpp>
#include <filters/SplitterFilter.hpp>
Expand Down

0 comments on commit d536d68

Please sign in to comment.