Преглед изворни кода

rasterlib: Eliminate RPC/XDR dependency from raster library (https://trac.osgeo.org/grass/changeset/52015 cont'd)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71902 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 7 година
родитељ
комит
057344ccbd
3 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 2
      lib/raster/get_row.c
  2. 0 2
      lib/raster/open.c
  3. 0 1
      lib/raster/range.c

+ 0 - 2
lib/raster/get_row.c

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

+ 0 - 2
lib/raster/open.c

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

+ 0 - 1
lib/raster/range.c

@@ -12,7 +12,6 @@
  */
 
 #include <unistd.h>
-#include <rpc/types.h>		/* need this for sgi */
 
 #include <grass/raster.h>
 #include <grass/glocale.h>