]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* trans-const.c: Don't include unused math.h.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 8 Jan 2005 20:18:53 +0000 (21:18 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 8 Jan 2005 20:18:53 +0000 (21:18 +0100)
From-SVN: r93090

gcc/fortran/ChangeLog
gcc/fortran/trans-const.c

index 8e99cb6faec0dc29437b63954cf56a391f0cd5a8..9f75c3f32e969ae16a36bd1b8cff2443de93ac62 100644 (file)
@@ -1,3 +1,7 @@
+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
index f949b7a071b50e65cef3cf1eb1a8c6315cdeebc7..7388853fc54232553c2fdc3f7e2a0bba06bfba2e 100644 (file)
@@ -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"