diff options
Diffstat (limited to 'gcc/tree-chrec.c')
-rw-r--r-- | gcc/tree-chrec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index 0c13c21..c721d43 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -27,20 +27,14 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "ggc.h" -#include "tree.h" #include "tree-pretty-print.h" #include "cfgloop.h" #include "tree-flow.h" #include "tree-chrec.h" #include "tree-pass.h" #include "params.h" -#include "flags.h" #include "tree-scalar-evolution.h" - - /* Extended folder for chrecs. */ /* Determines whether CST is not a constant evolution. */ |