aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/trans-const.c')
-rw-r--r--gcc/fortran/trans-const.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c
index 1d1e963..55c5d14 100644
--- a/gcc/fortran/trans-const.c
+++ b/gcc/fortran/trans-const.c
@@ -23,15 +23,15 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
+#include "options.h"
+#include "tree.h"
#include "gfortran.h"
+#include "trans.h"
+#include "diagnostic-core.h" /* For fatal_error. */
#include "alias.h"
-#include "tree.h"
-#include "options.h"
#include "fold-const.h"
#include "stor-layout.h"
#include "realmpfr.h"
-#include "diagnostic-core.h" /* For fatal_error. */
-#include "trans.h"
#include "trans-const.h"
#include "trans-types.h"
#include "target-memory.h"