[GRASS-SVN] r37393 - grass/branches/develbranch_6/vector/v.label.sa

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 23 04:26:07 EDT 2009


Author: neteler
Date: 2009-05-23 04:26:06 -0400 (Sat, 23 May 2009)
New Revision: 37393

Modified:
   grass/branches/develbranch_6/vector/v.label.sa/font.c
   grass/branches/develbranch_6/vector/v.label.sa/labels.h
Log:
don't include <grass/gisdefs.h>

Modified: grass/branches/develbranch_6/vector/v.label.sa/font.c
===================================================================
--- grass/branches/develbranch_6/vector/v.label.sa/font.c	2009-05-23 08:21:10 UTC (rev 37392)
+++ grass/branches/develbranch_6/vector/v.label.sa/font.c	2009-05-23 08:26:06 UTC (rev 37393)
@@ -9,7 +9,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/gisdefs.h>
 #include <grass/glocale.h>
 #include <grass/freetypecap.h>
 #include "labels.h"

Modified: grass/branches/develbranch_6/vector/v.label.sa/labels.h
===================================================================
--- grass/branches/develbranch_6/vector/v.label.sa/labels.h	2009-05-23 08:21:10 UTC (rev 37392)
+++ grass/branches/develbranch_6/vector/v.label.sa/labels.h	2009-05-23 08:26:06 UTC (rev 37393)
@@ -10,7 +10,6 @@
 #include <string.h>
 #include <math.h>
 #include <grass/gis.h>
-#include <grass/gisdefs.h>
 #include <grass/display.h>
 #include <grass/raster.h>
 #include <grass/Vect.h>



More information about the grass-commit mailing list