[gdal-grass] 03/05: Imported Upstream version 2.1.0~rc4
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun May 1 15:30:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-2.1
in repository gdal-grass.
commit ab33b97d02f440f903a8c8f74f3b1b80c1ee34f5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 1 17:27:20 2016 +0200
Imported Upstream version 2.1.0~rc4
---
grass57dataset.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/grass57dataset.cpp b/grass57dataset.cpp
index fac8a1f..f7442d4 100644
--- a/grass57dataset.cpp
+++ b/grass57dataset.cpp
@@ -1,5 +1,5 @@
/******************************************************************************
- * $Id: grass57dataset.cpp 33717 2016-03-14 06:29:14Z goatbar $
+ * $Id: grass57dataset.cpp 33893 2016-04-04 14:08:28Z rouault $
*
* Project: GRASS Driver
* Purpose: Implement GRASS raster read/write support
@@ -33,6 +33,11 @@
#include <stdlib.h>
+#include "cpl_string.h"
+#include "gdal_frmts.h"
+#include "gdal_priv.h"
+#include "ogr_spatialref.h"
+
extern "C" {
#ifdef __cplusplus
#define class _class
@@ -42,11 +47,6 @@ extern "C" {
#undef class
#endif
-#include "cpl_string.h"
-#include "gdal_frmts.h"
-#include "gdal_priv.h"
-#include "ogr_spatialref.h"
-
#include <grass/version.h>
#include <grass/gprojects.h>
#include <grass/gis.h>
@@ -64,7 +64,7 @@ char *GPJ_grass_to_wkt(struct Key_Value *,
#define GRASS_MAX_COLORS 100000 // what is the right value
-CPL_CVSID("$Id: grass57dataset.cpp 33717 2016-03-14 06:29:14Z goatbar $");
+CPL_CVSID("$Id: grass57dataset.cpp 33893 2016-04-04 14:08:28Z rouault $");
#if GRASS_VERSION_MAJOR >= 7
#define G_get_cellhd Rast_get_cellhd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal-grass.git
More information about the Pkg-grass-devel
mailing list