Skip to content

Commit

Permalink
Remove unneeded ifdef.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Jun 27, 2019
1 parent 056d892 commit 84d3eb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions io/EptReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@

#include <pdal/GDALUtils.hpp>
#include <pdal/SrsBounds.hpp>
#include <pdal/util/Algorithm.hpp>

#ifdef PDAL_HAVE_ZSTD
#include <pdal/compression/ZstdCompression.hpp>
#endif
#include <pdal/util/Algorithm.hpp>

namespace pdal
{
Expand Down

0 comments on commit 84d3eb3

Please sign in to comment.