فهرست منبع

Fix #include directives:
grass/*.h headers use <...>, not "..."
include system headers before GRASS headers


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40663 15284696-431f-4ddb-bdfa-cd5b030d7da7

Glynn Clements 15 سال پیش
والد
کامیت
f9b826d8f5

+ 1 - 1
lib/gmath/blas_level_3.c

@@ -21,8 +21,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include "grass/gmath.h"
 #include <grass/gis.h>
+#include <grass/gmath.h>
 
 
 /*!

+ 3 - 3
lib/gmath/solvers_direct.c

@@ -20,9 +20,9 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <string.h>
-#include "grass/gis.h"
-#include "grass/glocale.h"
-#include "grass/gmath.h"
+#include <grass/gis.h>
+#include <grass/gmath.h>
+#include <grass/glocale.h>
 
 #define TINY 1.0e-20
 #define COMP_PIVOT 100

+ 1 - 1
lib/gpde/N_geom.c

@@ -17,7 +17,7 @@
 *****************************************************************************/
 
 
-#include "grass/N_pde.h"
+#include <grass/N_pde.h>
 
 /* *************************************************************** * 
  * *********** Konstruktor *************************************** * 

+ 1 - 1
lib/gpde/N_gwflow.c

@@ -16,7 +16,7 @@
 *
 *****************************************************************************/
 
-#include "grass/N_gwflow.h"
+#include <grass/N_gwflow.h>
 
 /* *************************************************************** */
 /* ***************** N_gwflow_data3d ***************************** */

+ 1 - 1
lib/gpde/N_heatflow.c

@@ -16,4 +16,4 @@
 *
 *****************************************************************************/
 
-#include "grass/N_pde.h"
+#include <grass/N_pde.h>

+ 2 - 2
lib/gpde/N_les.c

@@ -17,8 +17,8 @@
 *****************************************************************************/
 
 #include <stdlib.h>
-#include "grass/N_pde.h"
-#include "grass/gmath.h"
+#include <grass/N_pde.h>
+#include <grass/gmath.h>
 
 
 /*!

+ 1 - 1
lib/gpde/N_les_assemble.c

@@ -18,7 +18,7 @@
 
 
 #include <math.h>
-#include "grass/N_pde.h"
+#include <grass/N_pde.h>
 
 /* local protos */
 static int make_les_entry_2d(int i, int j, int offset_i, int offset_j,

+ 1 - 1
lib/gpde/N_solute_transport.c

@@ -16,8 +16,8 @@
 *
 *****************************************************************************/
 
-#include "grass/N_solute_transport.h"
 #include <math.h>
+#include <grass/N_solute_transport.h>
 
 /* ************************************************************************* *
  * ************************************************************************* *

+ 2 - 2
lib/gpde/N_tools.c

@@ -16,9 +16,9 @@
 *
 *****************************************************************************/
 
-#include "grass/N_pde.h"
-#include "grass/glocale.h"
 #include <math.h>
+#include <grass/N_pde.h>
+#include <grass/glocale.h>
 
 
 /*!

+ 1 - 1
lib/gpde/N_upwind.c

@@ -17,7 +17,7 @@
 *****************************************************************************/
 
 #include <math.h>
-#include "grass/N_pde.h"
+#include <grass/N_pde.h>
 
 
 /*! \brief full upwinding stabilization algorithm