OSDN Git Service

* trans-const.c: Don't include unused math.h.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2005 20:18:53 +0000 (20:18 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2005 20:18:53 +0000 (20:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93090 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8e99cb6..9f75c3f 100644 (file)
@@ -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.
 
index f949b7a..7388853 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"