diff options
Diffstat (limited to 'gcc/lists.c')
-rw-r--r-- | gcc/lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lists.c b/gcc/lists.c index 1e1fd32..eaf9bb3 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -21,8 +21,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "diagnostic-core.h" #include "rtl.h" +#include "diagnostic-core.h" static void free_list (rtx *, rtx *); |