Skip to content

Commit 3563f15

Browse files
committed
Remove unrequired includes
1 parent 113edcc commit 3563f15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
***************************************************************************/
1515

1616
#include "qgsgeometrycheckcontext.h"
17-
#include "qgsreadwritelocker.h"
18-
#include "qgsthreadingutils.h"
19-
#include "qgsvectorlayer.h"
2017

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

0 commit comments

Comments
 (0)