X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftree-data-ref.c;h=40f7a4407c7a74d100778fbdef9815eb84888789;hb=5b7cd9a5b3895e38d03c8fe09dcb371be4e4a1f3;hp=9abb2a8422eae5c53b67eaed631cb3eacb9109e1;hpb=1e33ad50b5d37f30af9e92c75a3d30f5d5b2d312;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 9abb2a8422e..40f7a4407c7 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -83,9 +83,10 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" /* These RTL headers are needed for basic-block.h. */ -#include "rtl.h" #include "basic-block.h" #include "diagnostic.h" +#include "tree-pretty-print.h" +#include "gimple-pretty-print.h" #include "tree-flow.h" #include "tree-dump.h" #include "timevar.h"