[GRASS-SVN] r71902 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 7 13:32:34 PST 2017


Author: neteler
Date: 2017-12-07 13:32:33 -0800 (Thu, 07 Dec 2017)
New Revision: 71902

Modified:
   grass/trunk/lib/raster/get_row.c
   grass/trunk/lib/raster/open.c
   grass/trunk/lib/raster/range.c
Log:
rasterlib: Eliminate RPC/XDR dependency from raster library (r52015 cont'd)

Modified: grass/trunk/lib/raster/get_row.c
===================================================================
--- grass/trunk/lib/raster/get_row.c	2017-12-06 14:35:15 UTC (rev 71901)
+++ grass/trunk/lib/raster/get_row.c	2017-12-07 21:32:33 UTC (rev 71902)
@@ -15,8 +15,6 @@
 #include <unistd.h>
 #include <sys/types.h>
 
-#include <rpc/types.h>		/* need this for sgi */
-
 #include <grass/config.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>

Modified: grass/trunk/lib/raster/open.c
===================================================================
--- grass/trunk/lib/raster/open.c	2017-12-06 14:35:15 UTC (rev 71901)
+++ grass/trunk/lib/raster/open.c	2017-12-07 21:32:33 UTC (rev 71902)
@@ -12,8 +12,6 @@
  * \author USACERL and many others
  */
 
-#include <rpc/types.h>
-#include <rpc/xdr.h>
 #include <unistd.h>
 #include <string.h>
 #include <sys/types.h>

Modified: grass/trunk/lib/raster/range.c
===================================================================
--- grass/trunk/lib/raster/range.c	2017-12-06 14:35:15 UTC (rev 71901)
+++ grass/trunk/lib/raster/range.c	2017-12-07 21:32:33 UTC (rev 71902)
@@ -12,7 +12,6 @@
  */
 
 #include <unistd.h>
-#include <rpc/types.h>		/* need this for sgi */
 
 #include <grass/raster.h>
 #include <grass/glocale.h>



More information about the grass-commit mailing list