Skip to content

Commit

Permalink
remove unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Bansal <[email protected]>
  • Loading branch information
NishantBansal2003 committed Jan 16, 2025
1 parent 316e3d7 commit 98cbf8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/raster/json_color_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <grass/gis.h>
#include <grass/gjson.h>
#include <grass/glocale.h>
#include <grass/parson.h>
#include <grass/raster.h>

#define COLOR_STRING_LENGTH 30
Expand Down
4 changes: 2 additions & 2 deletions raster/r.colors.out/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MODULE_TOPDIR = ../..

LIBES2 = $(RASTERLIB) $(GISLIB) $(PARSONLIB)
LIBES3 = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB) $(PARSONLIB)
LIBES2 = $(RASTERLIB) $(GISLIB)
LIBES3 = $(RASTER3DLIB) $(RASTERLIB) $(GISLIB)
DEPENDENCIES = $(RASTER3DDEP) $(GISDEP) $(RASTERDEP)

PROGRAMS = r.colors.out r3.colors.out
Expand Down
1 change: 0 additions & 1 deletion raster/r.colors.out/raster3d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <grass/raster.h>
#include <grass/raster3d.h>
#include <grass/glocale.h>
#include <grass/parson.h>

/* Run in raster3d mode */
int main(int argc, char **argv)
Expand Down
1 change: 0 additions & 1 deletion raster/r.colors.out/raster_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
#include <grass/parson.h>

/* Run in raster mode */
int main(int argc, char **argv)
Expand Down

0 comments on commit 98cbf8e

Please sign in to comment.