diff options
Diffstat (limited to 'gcc/c-family/c-dump.c')
-rw-r--r-- | gcc/c-family/c-dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-family/c-dump.c b/gcc/c-family/c-dump.c index 6ff9552..5cebcb9 100644 --- a/gcc/c-family/c-dump.c +++ b/gcc/c-family/c-dump.c @@ -22,10 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" -#include "tree-dump.h" #include "c-common.h" +#include "alias.h" +#include "tree-dump.h" /* Dump any C-specific tree codes and attributes of common codes. */ |