OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / fortran / trans-types.c
index 6b625f8..fa214fd 100644 (file)
@@ -27,7 +27,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "system.h"
 #include "coretypes.h"
 #include "tree.h"
-#include "langhooks.h" /* For iso-c-bindings.def.  */
+#include "langhooks.h"
+#include "tm.h"
 #include "target.h"
 #include "ggc.h"
 #include "toplev.h"
@@ -35,8 +36,9 @@ 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.  */
+#include "dwarf2out.h"
 \f
 
 #if (GFC_MAX_DIMENSIONS < 10)