diff options
| author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-08 20:18:53 +0000 |
|---|---|---|
| committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-08 20:18:53 +0000 |
| commit | 2b7c9f153a8f892c8df7351fb255d3c657bf9ee2 (patch) | |
| tree | db7f6ba24dda4d95d35d4e75fd989533f1e01943 | |
| parent | c065d5e16f53f78533c73c1cc12cd3b100b3190e (diff) | |
| download | ppe42-gcc-2b7c9f153a8f892c8df7351fb255d3c657bf9ee2.tar.gz ppe42-gcc-2b7c9f153a8f892c8df7351fb255d3c657bf9ee2.zip | |
* trans-const.c: Don't include unused math.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93090 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/trans-const.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8e99cb6faec..9f75c3f32e9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,9 @@ 2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> + * trans-const.c: Don't include unused math.h. + +2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> + * gfortran.h: Remove outdated comment. Don't include stdio.h explicitly. 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 <math.h> #include "gfortran.h" #include "trans.h" #include "trans-const.h" |

