Skip to content

Commit

Permalink
Include qgsfeatureid.h instead of redefining
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 3, 2018
1 parent 74fb0fa commit e35e830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/analysis/vector/geometry_checker/qgsgeometrychecker.h
Expand Up @@ -24,9 +24,8 @@
#include <QMutex>
#include <QStringList>
#include "qgis_analysis.h"
#include "qgsfeatureid.h"

typedef qint64 QgsFeatureId;
typedef QSet<QgsFeatureId> QgsFeatureIds;
struct QgsGeometryCheckerContext;
class QgsGeometryCheck;
class QgsGeometryCheckError;
Expand Down

0 comments on commit e35e830

Please sign in to comment.