diff options
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index 435d22d..4a19b6d 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -22,8 +22,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "diagnostic-core.h" #include "dumpfile.h" -#include "gimple-pretty-print.h" #include "tree.h" +#include "gimple-pretty-print.h" /* If non-NULL, return one past-the-end of the matching SUBPART of the WHOLE string. */ |