summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/trans-const.c1
-rw-r--r--gcc/fortran/trans-intrinsic.c1
-rw-r--r--gcc/fortran/trans-types.c1
4 files changed, 5 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 6e139cc9a8e..cce94841c5e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
+
+ * trans-const.c, trans-types.c, trans-intrinsic.c:
+ Clean up redundant includes.
+
2010-05-20 Daniel Franke <franke.daniel@gmail.com>
PR fortran/38407
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c
index 01ac28ff97b..9570da0ad94 100644
--- a/gcc/fortran/trans-const.c
+++ b/gcc/fortran/trans-const.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tree.h"
#include "toplev.h"
-#include "real.h"
#include "double-int.h"
#include "gfortran.h"
#include "trans.h"
diff --git a/gcc/fortran/trans-intrinsic.c b/gcc/fortran/trans-intrinsic.c
index 89442793b95..1113b5cd3cc 100644
--- a/gcc/fortran/trans-intrinsic.c
+++ b/gcc/fortran/trans-intrinsic.c
@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "ggc.h"
#include "toplev.h"
-#include "real.h"
#include "flags.h"
#include "gfortran.h"
#include "arith.h"
diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c
index 4c0daf45382..6b625f8e2e7 100644
--- a/gcc/fortran/trans-types.c
+++ b/gcc/fortran/trans-types.c
@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see
#include "trans.h"
#include "trans-types.h"
#include "trans-const.h"
-#include "real.h"
#include "flags.h"
#include "dwarf2out.h" /* For struct array_descr_info. */