Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
header files moved to grass
git-svn-id: http://svn.osgeo.org/qgis/trunk@4829 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 13, 2006
1 parent 7af1d6b commit 17918a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/providers/grass/provider.cpp
Expand Up @@ -32,9 +32,9 @@
#include "qgsrect.h"

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

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

// GRASS header files
extern "C" {
#include <gis.h>
#include <form.h>
#include <grass/gis.h>
#include <grass/form.h>
}

/*!
Expand Down
8 changes: 4 additions & 4 deletions src/providers/grass/qgsgrassprovider.cpp
Expand Up @@ -37,10 +37,10 @@
#include "qgsfeatureattribute.h"

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

#include "qgsgrass.h"
Expand Down

0 comments on commit 17918a3

Please sign in to comment.