Skip to content

Commit

Permalink
Remove unrequired includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 30, 2018
1 parent 113edcc commit 3563f15
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -14,9 +14,6 @@
***************************************************************************/

#include "qgsgeometrycheckcontext.h"
#include "qgsreadwritelocker.h"
#include "qgsthreadingutils.h"
#include "qgsvectorlayer.h"

QgsGeometryCheckContext::QgsGeometryCheckContext( int precision, const QgsCoordinateReferenceSystem &mapCrs, const QgsCoordinateTransformContext &transformContext )
: tolerance( std::pow( 10, -precision ) )
Expand Down

0 comments on commit 3563f15

Please sign in to comment.