diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index aba70c8f082..9ece8879e2e 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -23,16 +23,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "tree.h" #include "tree-flow.h" #include "cfgloop.h" #include "tree-data-ref.h" -#include "tree-pretty-print.h" +#include "tree-scalar-evolution.h" #include "gimple-pretty-print.h" #include "tree-pass.h" -#include "tree-scalar-evolution.h" -#include "hashtab.h" #include "langhooks.h" #include "tree-vectorizer.h" |