diff options
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index e4c4748..3ccaa5b 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -20,12 +20,12 @@ 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 "gimple-pretty-print.h" #include "diagnostic-core.h" #include "dumpfile.h" #include "alias.h" -#include "tree.h" -#include "options.h" -#include "gimple-pretty-print.h" #include "context.h" /* If non-NULL, return one past-the-end of the matching SUBPART of |