X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fprint-tree.c;h=f1a2455b39613dd8d1572dca28c8d4ab3b2df385;hb=HEAD;hp=5ab844dc6d1cca38b47ee8b073319f52bc4eaa27;hpb=7cf0dbf3e5eee1286c76c26a836622c9c9974736;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/print-tree.c b/gcc/print-tree.c index 5ab844dc6d1..f1a2455b396 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -25,12 +25,11 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "real.h" -#include "fixed-value.h" #include "ggc.h" #include "langhooks.h" #include "tree-iterator.h" #include "diagnostic.h" +#include "gimple-pretty-print.h" #include "tree-flow.h" #include "tree-pass.h"