[GRASS-SVN] r45461 - grass-addons/grass7/raster/r.stream/r.stream.snap

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 26 03:04:14 EST 2011


Author: hamish
Date: 2011-02-26 00:04:13 -0800 (Sat, 26 Feb 2011)
New Revision: 45461

Modified:
   grass-addons/grass7/raster/r.stream/r.stream.snap/io.h
Log:
move include glocale.h after gis.h

Modified: grass-addons/grass7/raster/r.stream/r.stream.snap/io.h
===================================================================
--- grass-addons/grass7/raster/r.stream/r.stream.snap/io.h	2011-02-26 07:58:05 UTC (rev 45460)
+++ grass-addons/grass7/raster/r.stream/r.stream.snap/io.h	2011-02-26 08:04:13 UTC (rev 45461)
@@ -2,10 +2,10 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
-#include <grass/glocale.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/segment.h>
+#include <grass/glocale.h>
 
 #define NOT_IN_REGION(x) (r+nextr[(x)] < 0 || r+nextr[(x)] > (nrows-1) || c+nextc[(x)] < 0 || c+nextc[(x)] > (ncols-1))
 #define NR(x) r + nextr[(x)]



More information about the grass-commit mailing list