diff options
Diffstat (limited to 'gcc/c/c-aux-info.c')
-rw-r--r-- | gcc/c/c-aux-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index d983e2ccf43..e8b6de64dc3 100644 --- a/gcc/c/c-aux-info.c +++ b/gcc/c/c-aux-info.c @@ -24,10 +24,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "flags.h" #include "tree.h" -#include "alias.h" #include "c-tree.h" +#include "flags.h" +#include "alias.h" enum formals_style { ansi, |