* trans-const.c: Don't include unused math.h.

From-SVN: r93090
This commit is contained in:
Tobias Schlüter 2005-01-08 21:18:53 +01:00 committed by Tobias Schlüter
parent a6331d857c
commit 92574caf72
2 changed files with 5 additions and 2 deletions

View 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

View 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"