Browse Source

Don't include glocale.h in v.edit.h
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33124)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33125 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
77f0a4c6a7
3 changed files with 2 additions and 1 deletions
  1. 0 1
      include/vedit.h
  2. 1 0
      lib/vector/vedit/cats.c
  3. 1 0
      lib/vector/vedit/select.c

+ 0 - 1
include/vedit.h

@@ -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 */

+ 1 - 0
lib/vector/vedit/cats.c

@@ -15,6 +15,7 @@
    \date 2006-2008
 */
 
+#include <grass/glocale.h>
 #include <grass/vedit.h>
 
 /**

+ 1 - 0
lib/vector/vedit/select.c

@@ -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,