Skip to content

Commit

Permalink
header files moved to grass
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4830 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 13, 2006
1 parent c079c4c commit 938a1f0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassattributes.cpp
Expand Up @@ -48,8 +48,8 @@
#include "qgsfeatureattribute.h"

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassedit.cpp
Expand Up @@ -55,8 +55,8 @@
#include "qgslegend.h"

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassmapcalc.cpp
Expand Up @@ -54,8 +54,8 @@
#include "qgsfeatureattribute.h"

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -73,8 +73,8 @@
#include "qgsfeatureattribute.h"

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/grass/qgsgrassnewmapset.h
Expand Up @@ -40,9 +40,9 @@ class QgsGrassProvider;
#include "qgsgrassattributes.h"

extern "C" {
#include <gis.h>
#include <gprojects.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/gprojects.h>
#include <grass/Vect.h>
}

/*! \class QgsGrassNewMapset
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -49,8 +49,8 @@
#include <iostream>

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "qgsgrassplugin.h"
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassregion.cpp
Expand Up @@ -54,7 +54,7 @@
#include "qgspoint.h"

extern "C" {
#include <gis.h>
#include <grass/gis.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassregion.h
Expand Up @@ -30,7 +30,7 @@ class QgsPoint;
#include <QRubberBand>

extern "C" {
#include <gis.h>
#include <grass/gis.h>
}

/*! \class QgsGrassRegion
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassselect.cpp
Expand Up @@ -28,8 +28,8 @@
#include <qsettings.h>

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -62,8 +62,8 @@
#include "qgsfeatureattribute.h"

extern "C" {
#include <gis.h>
#include <Vect.h>
#include <grass/gis.h>
#include <grass/Vect.h>
}

#include "../../src/providers/grass/qgsgrass.h"
Expand Down

0 comments on commit 938a1f0

Please sign in to comment.