gcc/ChangeLog: * tree-ssa-threadedge.c: Do not include gimple-ssa-evrp-analyze.h. * value-pointer-equiv.cc: Same. --- gcc/tree-ssa-threadedge.c | 1 - gcc/value-pointer-equiv.cc | 1 - 2 files changed, 2 deletions(-)
diff --git a/gcc/tree-ssa-threadedge.c b/gcc/tree-ssa-threadedge.c index f693db17064..891c62aaf85 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "cfganal.h" #include "alloc-pool.h" #include "vr-values.h" -#include "gimple-ssa-evrp-analyze.h" #include "gimple-range.h" #include "gimple-range-path.h" diff --git a/gcc/value-pointer-equiv.cc b/gcc/value-pointer-equiv.cc index f07d5d5c7ce..5eb9558598d 100644 --- a/gcc/value-pointer-equiv.cc +++ b/gcc/value-pointer-equiv.cc @@ -41,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "tree-cfgcleanup.h" #include "vr-values.h" -#include "gimple-ssa-evrp-analyze.h" #include "gimple-range.h" #include "fold-const.h" #include "value-pointer-equiv.h" -- 2.31.1