Skip to content

Commit 98cbf8e

Browse files
remove unused headers
Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
1 parent 316e3d7 commit 98cbf8e

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

lib/raster/json_color_out.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <grass/gis.h>
2121
#include <grass/gjson.h>
2222
#include <grass/glocale.h>
23-
#include <grass/parson.h>
2423
#include <grass/raster.h>
2524

2625
#define COLOR_STRING_LENGTH 30

raster/r.colors.out/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE_TOPDIR = ../..
22

3-
LIBES2 = $(RASTERLIB) $(GISLIB) $(PARSONLIB)
4-
LIBES3 = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB) $(PARSONLIB)
3+
LIBES2 = $(RASTERLIB) $(GISLIB)
4+
LIBES3 = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB)
55
DEPENDENCIES = $(RASTER3DDEP) $(GISDEP) $(RASTERDEP)
66

77
PROGRAMS = r.colors.out r3.colors.out

raster/r.colors.out/raster3d_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <grass/raster.h>
2222
#include <grass/raster3d.h>
2323
#include <grass/glocale.h>
24-
#include <grass/parson.h>
2524

2625
/* Run in raster3d mode */
2726
int main(int argc, char **argv)

raster/r.colors.out/raster_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <grass/gis.h>
2121
#include <grass/raster.h>
2222
#include <grass/glocale.h>
23-
#include <grass/parson.h>
2423

2524
/* Run in raster mode */
2625
int main(int argc, char **argv)

0 commit comments

Comments
 (0)