Hi, this patch removes a superfluous include in tree-ssa-dom.c.
Committed to gomp-4_0-branch. Thanks, - Tom
Remove omp-low.h include 2015-11-08 Tom de Vries <t...@codesourcery.com> * tree-ssa-dom.c: Remove omp-low.h include. --- gcc/tree-ssa-dom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index a2abb8e..c6e5744 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -44,7 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-dom.h" #include "gimplify.h" #include "tree-cfgcleanup.h" -#include "omp-low.h" /* This file implements optimizations on the dominator tree. */ -- 1.9.1