Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some legacy include statements
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8043 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 25, 2008
1 parent 7c4b2e7 commit f477ed1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/qgsgeometry.cpp
Expand Up @@ -16,17 +16,12 @@ email : morb at ozemail dot com dot au

#include <limits>


#include "qgis.h"
#include "qgsgeometry.h"
#include "qgsapplication.h"
#include "qgslogger.h"
#include "qgspoint.h"
#include "qgsrect.h"
//#include "geos/operation/polygonize/Polygonizer.h"
//todo: adapt to geos3
#include "geos/opPolygonize.h"
#include "geos/opLinemerge.h"

// Set up static GEOS geometry factory
static GEOS_GEOM::GeometryFactory* geosGeometryFactory = new GEOS_GEOM::GeometryFactory();
Expand Down

0 comments on commit f477ed1

Please sign in to comment.