Skip to content

Commit 17918a3

Browse files
author
rblazek
committedFeb 13, 2006
header files moved to grass
git-svn-id: http://svn.osgeo.org/qgis/trunk@4829 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7af1d6b commit 17918a3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎src/providers/grass/provider.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
#include "qgsrect.h"
3333

3434
extern "C" {
35-
#include <gis.h>
36-
#include <dbmi.h>
37-
#include <Vect.h>
35+
#include <grass/gis.h>
36+
#include <grass/dbmi.h>
37+
#include <grass/Vect.h>
3838
}
3939

4040
#include "qgsgrass.h"

‎src/providers/grass/qgsgrass.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
// GRASS header files
2020
extern "C" {
21-
#include <gis.h>
22-
#include <form.h>
21+
#include <grass/gis.h>
22+
#include <grass/form.h>
2323
}
2424

2525
/*!

‎src/providers/grass/qgsgrassprovider.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
#include "qgsfeatureattribute.h"
3838

3939
extern "C" {
40-
#include <gprojects.h>
41-
#include <gis.h>
42-
#include <dbmi.h>
43-
#include <Vect.h>
40+
#include <grass/gprojects.h>
41+
#include <grass/gis.h>
42+
#include <grass/dbmi.h>
43+
#include <grass/Vect.h>
4444
}
4545

4646
#include "qgsgrass.h"

0 commit comments

Comments
 (0)
Please sign in to comment.