git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38028 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -5,6 +5,7 @@
#include <unistd.h>
#include <string.h>
+#include <grass/raster.h>
#include "header.h"
#include "ps_info.h"
#include "local_proto.h"
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <grass/glocale.h>
#include "clr.h"
@@ -3,6 +3,7 @@
** Author: Paul W. Carlson April 1992
*/
@@ -4,6 +4,7 @@
** modified to use G_plot_line() by Olga Waupotitsch on dec,93
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/symbol.h>
@@ -10,6 +10,7 @@
#include "border.h"
#include "colortable.h"
@@ -1,4 +1,5 @@
#include "group.h"
@@ -6,6 +6,7 @@
#include "labels.h"
#include "vector.h"
@@ -1,6 +1,7 @@
/* parse the "region" instruction */
#define KEY(x) (strcmp(key,x)==0)
@@ -26,6 +26,7 @@
#include "distance.h"
struct Distance *distances;
@@ -21,7 +21,7 @@
-#include <grass/glocale.h>
@@ -19,6 +19,7 @@
*
****************************************************************************/
@@ -21,6 +21,7 @@
@@ -16,9 +16,9 @@
***************************************************************************/
#include "coin.h"
-
int print_coin_hdr(int Conformat)
{
char unit_type[20];
@@ -17,6 +17,7 @@
#include "glob.h"
static char *get_label(CELL, struct Categories *);
#include <stdio.h>
int nfiles;
@@ -16,6 +16,8 @@
+
#include "defs.h"
/* given two CatEdgeLists, find the cells which are closest
@@ -17,6 +17,9 @@
void print_edge_info(struct Map *map)
void read_labels(struct Map *map)
@@ -27,6 +27,7 @@
#include "r.flow.h"
#include "mem.h"
@@ -1,3 +1,5 @@
#include <grass/gis.h>
struct Cell_head cellhd;
#include "kappa.h"
@@ -1,3 +1,4 @@
@@ -1,5 +1,6 @@
#include "expression.h"
#include "globals.h"
@@ -11,6 +11,7 @@
#include <grass/raster.h>
#include <grass/btree.h>
#include <grass/G3d.h>
@@ -2,6 +2,7 @@
#include <math.h>
#include "func_proto.h"
#include "globals2.h"
#include <limits.h>
#include "filter.h"
/**************************************************************
#include <grass/rowio.h>
#include <fcntl.h>
@@ -5,7 +5,7 @@ int adjcellhd(struct Cell_head *cellhd)
int retval = 0;
- if (Rast_set_window(cellhd) < 0)
+ if (G_set_window(cellhd) < 0)
retval = 1;
if (cellhd->rows != G_window_rows())
#include "pv.h"
/*****************************************************************************/
#include "param.h"
@@ -13,6 +13,7 @@
@@ -20,6 +20,7 @@
#include "global.h"
struct Quant quant_struct;
#define F2I(map_type) \
static int page = 0;
int parse_command_line(int argc, char *argv[])
int print_report(int unit1, int unit2)