Skip to content

Commit

Permalink
don't include .inl files
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Feb 25, 2022
1 parent 86f20b1 commit f7b93da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geos_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
#include "geos_helpers.hpp"
#include "geometry.hpp"
#include <geos/io/WKTReader.h>
#include <geos/io/WKTReader.inl>
#include <geos/io/WKTWriter.h>
#include <geos/geom/CoordinateSequenceFactory.h>
#include <geos/geom/Coordinate.h>
#include <geos/geom/Coordinate.inl>
#include <geos/geom/GeometryFactory.h>
#include <geos/geom/GeometryFactory.inl>
#include <boost/pointer_cast.hpp>

linestring_type_fp from_geos(const geos::geom::LineString* ls) {
Expand Down

0 comments on commit f7b93da

Please sign in to comment.