[GRASS-SVN] r33124 - in grass/branches/develbranch_6: include
lib/vector/vedit
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 27 15:50:55 EDT 2008
Author: martinl
Date: 2008-08-27 15:50:55 -0400 (Wed, 27 Aug 2008)
New Revision: 33124
Modified:
grass/branches/develbranch_6/include/vedit.h
grass/branches/develbranch_6/lib/vector/vedit/cats.c
grass/branches/develbranch_6/lib/vector/vedit/select.c
Log:
Don't include glocale.h in v.edit.h
Modified: grass/branches/develbranch_6/include/vedit.h
===================================================================
--- grass/branches/develbranch_6/include/vedit.h 2008-08-27 17:18:30 UTC (rev 33123)
+++ grass/branches/develbranch_6/include/vedit.h 2008-08-27 19:50:55 UTC (rev 33124)
@@ -3,7 +3,6 @@
#include <grass/gis.h>
#include <grass/Vect.h>
-#include <grass/glocale.h>
#define NO_SNAP 0 /* snapping disabled */
#define SNAP 1 /* snapping enabled for nodes */
Modified: grass/branches/develbranch_6/lib/vector/vedit/cats.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/vedit/cats.c 2008-08-27 17:18:30 UTC (rev 33123)
+++ grass/branches/develbranch_6/lib/vector/vedit/cats.c 2008-08-27 19:50:55 UTC (rev 33124)
@@ -15,6 +15,7 @@
\date 2006-2008
*/
+#include <grass/glocale.h>
#include <grass/vedit.h>
/**
Modified: grass/branches/develbranch_6/lib/vector/vedit/select.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/vedit/select.c 2008-08-27 17:18:30 UTC (rev 33123)
+++ grass/branches/develbranch_6/lib/vector/vedit/select.c 2008-08-27 19:50:55 UTC (rev 33124)
@@ -14,6 +14,7 @@
\date 2007-2008
*/
+#include <grass/glocale.h>
#include <grass/vedit.h>
static int select_by_query(struct Map_info *, int, int, double,
More information about the grass-commit
mailing list