Commit 9c7d8960 by H.J. Lu Committed by H.J. Lu

Don't include extra "expr.h" in graphite-sese-to-poly.c

	* graphite-sese-to-poly.c: Don't include extra "expr.h".

From-SVN: r205332
parent f9b2c057
2013-11-24 H.J. Lu <hongjiu.lu@intel.com>
* graphite-sese-to-poly.c: Don't include extra "expr.h".
2013-11-23 Eric Botcazou <ebotcazou@adacore.com> 2013-11-23 Eric Botcazou <ebotcazou@adacore.com>
* cilk-common.c (expand_builtin_cilk_detach): Dereference worker. * cilk-common.c (expand_builtin_cilk_detach): Dereference worker.
...@@ -61,7 +61,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -61,7 +61,6 @@ along with GCC; see the file COPYING3. If not see
#include "domwalk.h" #include "domwalk.h"
#include "sese.h" #include "sese.h"
#include "tree-ssa-propagate.h" #include "tree-ssa-propagate.h"
#include "expr.h"
#ifdef HAVE_cloog #ifdef HAVE_cloog
#include "expr.h" #include "expr.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment