From: Tobias Schlüter Date: Sat, 8 Jan 2005 20:18:53 +0000 (+0100) Subject: * trans-const.c: Don't include unused math.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92574caf72dc1e582b2f505f3ac961b9076b1b12;p=gcc.git * trans-const.c: Don't include unused math.h. From-SVN: r93090 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8e99cb6faec..9f75c3f32e9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-01-08 Tobias Schl"uter + + * trans-const.c: Don't include unused math.h. + 2005-01-08 Tobias Schl"uter * gfortran.h: Remove outdated comment. Don't include stdio.h diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c index f949b7a071b..7388853fc54 100644 --- a/gcc/fortran/trans-const.c +++ b/gcc/fortran/trans-const.c @@ -1,5 +1,5 @@ /* Translation of constants - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. @@ -28,7 +28,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ggc.h" #include "toplev.h" #include "real.h" -#include #include "gfortran.h" #include "trans.h" #include "trans-const.h"