OSDN Git Service

PR driver/15303
[pf3gnuchains/gcc-fork.git] / gcc / fortran / trans-common.c
index f577710..1162636 100644 (file)
@@ -96,10 +96,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
+#include "tm.h"
 #include "tree.h"
 #include "toplev.h"    /* For exact_log2.  */
-#include "tm.h"                /* For rtl.h.  */
-#include "rtl.h"       /* For decl_default_tls_model.  */
+#include "output.h"    /* For decl_default_tls_model.  */
 #include "gfortran.h"
 #include "trans.h"
 #include "trans-types.h"