aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2005-01-08 21:18:53 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2005-01-08 21:18:53 +0100
commit92574caf72dc1e582b2f505f3ac961b9076b1b12 (patch)
treedb7f6ba24dda4d95d35d4e75fd989533f1e01943 /gcc
parenta6331d857c70f196f35e48a2c6eadcc9895e4d07 (diff)
downloadgcc-92574caf72dc1e582b2f505f3ac961b9076b1b12.zip
gcc-92574caf72dc1e582b2f505f3ac961b9076b1b12.tar.gz
gcc-92574caf72dc1e582b2f505f3ac961b9076b1b12.tar.bz2
* trans-const.c: Don't include unused math.h.
From-SVN: r93090
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/trans-const.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 8e99cb6..9f75c3f 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 f949b7a..7388853 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"