aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r--gcc/rtl-error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c
index 8b9b391..3f99c32 100644
--- a/gcc/rtl-error.c
+++ b/gcc/rtl-error.c
@@ -23,10 +23,10 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "rtl-error.h"
-#include "insn-attr.h"
#include "insn-config.h"
-#include "intl.h"
#include "diagnostic.h"
+#include "insn-attr.h"
+#include "intl.h"
static location_t location_for_asm (const rtx_insn *);
static void diagnostic_for_asm (const rtx_insn *, const char *, va_list *,