[GRASS-SVN] r33713 - grass/trunk/lib/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 7 05:00:47 EDT 2008


Author: pkelly
Date: 2008-10-07 05:00:47 -0400 (Tue, 07 Oct 2008)
New Revision: 33713

Modified:
   grass/trunk/lib/iostream/mm_utils.cc
   grass/trunk/lib/iostream/rtimer.cc
Log:
Remove headers causing compilation problems on Windows


Modified: grass/trunk/lib/iostream/mm_utils.cc
===================================================================
--- grass/trunk/lib/iostream/mm_utils.cc	2008-10-07 08:06:22 UTC (rev 33712)
+++ grass/trunk/lib/iostream/mm_utils.cc	2008-10-07 09:00:47 UTC (rev 33713)
@@ -35,7 +35,6 @@
 
 
 #include <sys/types.h>
-#include <sys/mman.h>
 #include <ctype.h>
 #include <ostream>
 #include <iostream>

Modified: grass/trunk/lib/iostream/rtimer.cc
===================================================================
--- grass/trunk/lib/iostream/rtimer.cc	2008-10-07 08:06:22 UTC (rev 33712)
+++ grass/trunk/lib/iostream/rtimer.cc	2008-10-07 09:00:47 UTC (rev 33713)
@@ -35,7 +35,6 @@
 
 
 #include <sys/time.h>
-#include <sys/resource.h>
 #include <stdio.h>
 #include <string.h>
 #include <strings.h>



More information about the grass-commit mailing list