diff options
Diffstat (limited to 'libgfortran/intrinsics/etime.c')
-rw-r--r-- | libgfortran/intrinsics/etime.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libgfortran/intrinsics/etime.c b/libgfortran/intrinsics/etime.c index 8929158..c4d25c4 100644 --- a/libgfortran/intrinsics/etime.c +++ b/libgfortran/intrinsics/etime.c @@ -1,5 +1,5 @@ /* Implementation of the ETIME intrinsic. - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Steven G. Kargl <kargls@comcast.net>. This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -28,11 +28,8 @@ License along with libgfortran; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" #include "libgfortran.h" -#include <stdio.h> - #if defined (HAVE_SYS_TIME_H) && defined (HAVE_SYS_RESOURCE_H) #include <sys/time.h> #include <sys/resource.h> |