[GRASS-SVN] r33125 - in grass/trunk: include lib/vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 27 15:53:11 EDT 2008


Author: martinl
Date: 2008-08-27 15:53:11 -0400 (Wed, 27 Aug 2008)
New Revision: 33125

Modified:
   grass/trunk/include/vedit.h
   grass/trunk/lib/vector/vedit/cats.c
   grass/trunk/lib/vector/vedit/select.c
Log:
Don't include glocale.h in v.edit.h
(merge from devbr6, r33124)


Modified: grass/trunk/include/vedit.h
===================================================================
--- grass/trunk/include/vedit.h	2008-08-27 19:50:55 UTC (rev 33124)
+++ grass/trunk/include/vedit.h	2008-08-27 19:53:11 UTC (rev 33125)
@@ -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/trunk/lib/vector/vedit/cats.c
===================================================================
--- grass/trunk/lib/vector/vedit/cats.c	2008-08-27 19:50:55 UTC (rev 33124)
+++ grass/trunk/lib/vector/vedit/cats.c	2008-08-27 19:53:11 UTC (rev 33125)
@@ -15,6 +15,7 @@
    \date 2006-2008
 */
 
+#include <grass/glocale.h>
 #include <grass/vedit.h>
 
 /**

Modified: grass/trunk/lib/vector/vedit/select.c
===================================================================
--- grass/trunk/lib/vector/vedit/select.c	2008-08-27 19:50:55 UTC (rev 33124)
+++ grass/trunk/lib/vector/vedit/select.c	2008-08-27 19:53:11 UTC (rev 33125)
@@ -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