[GRASS-SVN] r66101 - in grass-addons/grass7: imagery/i.spec.sam imagery/i.spec.unmix vector/v.kriging vector/v.nnstat
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 4 14:28:04 PDT 2015
Author: wenzeslaus
Date: 2015-09-04 14:28:04 -0700 (Fri, 04 Sep 2015)
New Revision: 66101
Modified:
grass-addons/grass7/imagery/i.spec.sam/global.h
grass-addons/grass7/imagery/i.spec.unmix/global.h
grass-addons/grass7/vector/v.kriging/local_proto.h
grass-addons/grass7/vector/v.nnstat/local_proto.h
Log:
remove unnecessary includes of la.h header
At least since r10170, la.h is conditionally included as part of gmath.h
if BLAS and LAPAK are available. In this way, one gets compile error
rather than a link error if GRASS is not configured --with-blas and --with-lapack.
Modified: grass-addons/grass7/imagery/i.spec.sam/global.h
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/global.h 2015-09-04 20:00:26 UTC (rev 66100)
+++ grass-addons/grass7/imagery/i.spec.sam/global.h 2015-09-04 21:28:04 UTC (rev 66101)
@@ -4,7 +4,6 @@
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/gmath.h>
-#include <grass/la.h>
#ifndef GLOBAL
#define GLOBAL extern
Modified: grass-addons/grass7/imagery/i.spec.unmix/global.h
===================================================================
--- grass-addons/grass7/imagery/i.spec.unmix/global.h 2015-09-04 20:00:26 UTC (rev 66100)
+++ grass-addons/grass7/imagery/i.spec.unmix/global.h 2015-09-04 21:28:04 UTC (rev 66101)
@@ -4,7 +4,6 @@
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/gmath.h>
-#include <grass/la.h>
#ifndef GLOBAL
#define GLOBAL extern
Modified: grass-addons/grass7/vector/v.kriging/local_proto.h
===================================================================
--- grass-addons/grass7/vector/v.kriging/local_proto.h 2015-09-04 20:00:26 UTC (rev 66100)
+++ grass-addons/grass7/vector/v.kriging/local_proto.h 2015-09-04 21:28:04 UTC (rev 66101)
@@ -13,7 +13,6 @@
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/gmath.h>
-#include <grass/la.h>
#include <grass/raster3d.h>
#include <grass/glocale.h>
#include <grass/rtree.h>
Modified: grass-addons/grass7/vector/v.nnstat/local_proto.h
===================================================================
--- grass-addons/grass7/vector/v.nnstat/local_proto.h 2015-09-04 20:00:26 UTC (rev 66100)
+++ grass-addons/grass7/vector/v.nnstat/local_proto.h 2015-09-04 21:28:04 UTC (rev 66101)
@@ -11,7 +11,6 @@
#include <grass/config.h>
#include <grass/gis.h>
#include <grass/gmath.h>
-#include <grass/la.h>
#include <grass/glocale.h>
#include <grass/rtree.h>
More information about the grass-commit
mailing list