diff mbox

[gomp4,committed] Remove omp-low.h include

Message ID 563FC56D.20804@mentor.com
State New
Headers show

Commit Message

Tom de Vries Nov. 8, 2015, 9:58 p.m. UTC
Hi,

this patch removes a superfluous include in tree-ssa-dom.c.

Committed to gomp-4_0-branch.

Thanks,
- Tom
diff mbox

Patch

Remove omp-low.h include

2015-11-08  Tom de Vries  <tom@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