diff options
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index b1f76d5..32dd6fa 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -22,30 +22,29 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "rtl.h" +#include "tree.h" +#include "gimple-expr.h" #include "predict.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "tree-pretty-print.h" #include "alias.h" -#include "tree.h" #include "stor-layout.h" -#include "rtl.h" #include "flags.h" -#include "insn-config.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "varasm.h" #include "stmt.h" #include "expr.h" -#include "tree-pretty-print.h" -#include "gimple-expr.h" -#include "cgraph.h" #include "langhooks.h" #include "tree-iterator.h" #include "tree-chrec.h" #include "dumpfile.h" #include "value-prof.h" -#include "wide-int-print.h" #include "internal-fn.h" #include "gomp-constants.h" |