Skip to content

10 files changed

+19
-19
lines changed
 

‎src/plugins/grass/qgsgrassattributes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
#include "qgsfeatureattribute.h"
4949

5050
extern "C" {
51-
#include <gis.h>
52-
#include <Vect.h>
51+
#include <grass/gis.h>
52+
#include <grass/Vect.h>
5353
}
5454

5555
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrassedit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
#include "qgslegend.h"
5656

5757
extern "C" {
58-
#include <gis.h>
59-
#include <Vect.h>
58+
#include <grass/gis.h>
59+
#include <grass/Vect.h>
6060
}
6161

6262
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrassmapcalc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
#include "qgsfeatureattribute.h"
5555

5656
extern "C" {
57-
#include <gis.h>
58-
#include <Vect.h>
57+
#include <grass/gis.h>
58+
#include <grass/Vect.h>
5959
}
6060

6161
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
#include "qgsfeatureattribute.h"
7474

7575
extern "C" {
76-
#include <gis.h>
77-
#include <Vect.h>
76+
#include <grass/gis.h>
77+
#include <grass/Vect.h>
7878
}
7979

8080
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrassnewmapset.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ class QgsGrassProvider;
4040
#include "qgsgrassattributes.h"
4141

4242
extern "C" {
43-
#include <gis.h>
44-
#include <gprojects.h>
45-
#include <Vect.h>
43+
#include <grass/gis.h>
44+
#include <grass/gprojects.h>
45+
#include <grass/Vect.h>
4646
}
4747

4848
/*! \class QgsGrassNewMapset

‎src/plugins/grass/qgsgrassplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#include <iostream>
5050

5151
extern "C" {
52-
#include <gis.h>
53-
#include <Vect.h>
52+
#include <grass/gis.h>
53+
#include <grass/Vect.h>
5454
}
5555

5656
#include "qgsgrassplugin.h"

‎src/plugins/grass/qgsgrassregion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#include "qgspoint.h"
5555

5656
extern "C" {
57-
#include <gis.h>
57+
#include <grass/gis.h>
5858
}
5959

6060
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrassregion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class QgsPoint;
3030
#include <QRubberBand>
3131

3232
extern "C" {
33-
#include <gis.h>
33+
#include <grass/gis.h>
3434
}
3535

3636
/*! \class QgsGrassRegion

‎src/plugins/grass/qgsgrassselect.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#include <qsettings.h>
2929

3030
extern "C" {
31-
#include <gis.h>
32-
#include <Vect.h>
31+
#include <grass/gis.h>
32+
#include <grass/Vect.h>
3333
}
3434

3535
#include "../../src/providers/grass/qgsgrass.h"

‎src/plugins/grass/qgsgrasstools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
#include "qgsfeatureattribute.h"
6363

6464
extern "C" {
65-
#include <gis.h>
66-
#include <Vect.h>
65+
#include <grass/gis.h>
66+
#include <grass/Vect.h>
6767
}
6868

6969
#include "../../src/providers/grass/qgsgrass.h"

0 commit comments

Comments
 (0)
Please sign in to comment.