[GRASS-SVN] r43156 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 18 02:14:47 EDT 2010


Author: glynn
Date: 2010-08-18 06:14:47 +0000 (Wed, 18 Aug 2010)
New Revision: 43156

Modified:
   grass/trunk/lib/gis/copy_dir.c
Log:
Fix bogus inclusion of <grass/config.h>


Modified: grass/trunk/lib/gis/copy_dir.c
===================================================================
--- grass/trunk/lib/gis/copy_dir.c	2010-08-17 20:04:40 UTC (rev 43155)
+++ grass/trunk/lib/gis/copy_dir.c	2010-08-18 06:14:47 UTC (rev 43156)
@@ -14,7 +14,6 @@
  *
  *****************************************************************************/
 
-#include <grass/config.h>
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>



More information about the grass-commit mailing list