Skip to content

Commit 1f8a6b6

Browse files
author
mhugent
committed
Removed some legacy include statements
git-svn-id: http://svn.osgeo.org/qgis/trunk@8043 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 712ef50 commit 1f8a6b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/qgsgeometry.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ email : morb at ozemail dot com dot au
1616

1717
#include <limits>
1818

19-
2019
#include "qgis.h"
2120
#include "qgsgeometry.h"
2221
#include "qgsapplication.h"
2322
#include "qgslogger.h"
2423
#include "qgspoint.h"
2524
#include "qgsrect.h"
26-
//#include "geos/operation/polygonize/Polygonizer.h"
27-
//todo: adapt to geos3
28-
#include "geos/opPolygonize.h"
29-
#include "geos/opLinemerge.h"
3025

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

0 commit comments

Comments
 (0)