Commit 0d5d970b by Michael Sokolov Committed by Michael Sokolov

com.c: Don't explicitly include any time headers...

	* com.c: Don't explicitly include any time headers, the right ones are
	already included by proj.h.

From-SVN: r39214
parent eff01bb6
2001-01-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* com.c: Don't explicitly include any time headers, the right ones are
already included by proj.h.
2001-01-15 Mark Mitchell <mark@codesourcery.com>
* com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
......
/* com.c -- Implementation File (module.c template V1.0)
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Contributed by James Craig Burley.
......@@ -124,19 +124,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
# endif
#endif
#ifndef RLIMIT_STACK
# include <time.h>
#else
# if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
# else
# if HAVE_SYS_TIME_H
# include <sys/time.h>
# else
# include <time.h>
# endif
# endif
#ifdef RLIMIT_STACK
# include <sys/resource.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment