aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/trans-array.c')
-rw-r--r--gcc/fortran/trans-array.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c
index f6e980d7..6bbf8cc 100644
--- a/gcc/fortran/trans-array.c
+++ b/gcc/fortran/trans-array.c
@@ -78,16 +78,16 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "gfortran.h"
-#include "alias.h"
-#include "tree.h"
#include "options.h"
-#include "fold-const.h"
+#include "tree.h"
+#include "gfortran.h"
#include "gimple-expr.h"
+#include "trans.h"
#include "diagnostic-core.h" /* For internal_error/fatal_error. */
+#include "alias.h"
+#include "fold-const.h"
#include "flags.h"
#include "constructor.h"
-#include "trans.h"
#include "trans-stmt.h"
#include "trans-types.h"
#include "trans-array.h"