[GRASS-SVN] r69380 - grass/trunk/raster3d/r3.in.lidar
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 5 18:36:33 PDT 2016
Author: wenzeslaus
Date: 2016-09-05 18:36:33 -0700 (Mon, 05 Sep 2016)
New Revision: 69380
Modified:
grass/trunk/raster3d/r3.in.lidar/info.c
grass/trunk/raster3d/r3.in.lidar/projection.c
grass/trunk/raster3d/r3.in.lidar/string_list.c
Log:
r3.in.lidar: replace wrong header file reference by the new ones
Modified: grass/trunk/raster3d/r3.in.lidar/info.c
===================================================================
--- grass/trunk/raster3d/r3.in.lidar/info.c 2016-09-06 00:50:49 UTC (rev 69379)
+++ grass/trunk/raster3d/r3.in.lidar/info.c 2016-09-06 01:36:33 UTC (rev 69380)
@@ -18,7 +18,7 @@
#include <liblas/capi/liblas.h>
-#include "local_proto.h"
+#include "info.h"
void print_lasinfo(LASHeaderH LAS_header, LASSRSH LAS_srs)
Modified: grass/trunk/raster3d/r3.in.lidar/projection.c
===================================================================
--- grass/trunk/raster3d/r3.in.lidar/projection.c 2016-09-06 00:50:49 UTC (rev 69379)
+++ grass/trunk/raster3d/r3.in.lidar/projection.c 2016-09-06 01:36:33 UTC (rev 69380)
@@ -19,7 +19,7 @@
#include <grass/glocale.h>
#include <grass/gprojects.h>
-#include "local_proto.h"
+#include "projection.h"
void projection_mismatch_report(struct Cell_head cellhd,
Modified: grass/trunk/raster3d/r3.in.lidar/string_list.c
===================================================================
--- grass/trunk/raster3d/r3.in.lidar/string_list.c 2016-09-06 00:50:49 UTC (rev 69379)
+++ grass/trunk/raster3d/r3.in.lidar/string_list.c 2016-09-06 01:36:33 UTC (rev 69380)
@@ -18,7 +18,7 @@
#include <grass/gis.h>
#include <grass/glocale.h>
-#include "local_proto.h"
+#include "string_list.h"
#define SIZE_INCREMENT 10
More information about the grass-commit
mailing list