Skip to content

Commit

Permalink
[Geometry checker] Remove unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 15, 2017
1 parent 0c2e226 commit 80ad163
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@
#include "qgscrscache.h"
#include "qgsgeometryfollowboundariescheck.h"
#include "qgsgeometryengine.h"
#include "../qgsgeometrysnapper.h"


QgsGeometryFollowBoundariesCheck::QgsGeometryFollowBoundariesCheck( QgsGeometryCheckerContext *context, QgsVectorLayer *checkLayer )
Expand Down

2 comments on commit 80ad163

@m-kuhn
Copy link
Member

@m-kuhn m-kuhn commented on 80ad163 Nov 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this broke the build.

@saberraz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm

Please sign in to comment.