Don't include extra "expr.h" in graphite-sese-to-poly.c
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Nov 2013 13:56:32 +0000 (13:56 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Nov 2013 13:56:32 +0000 (13:56 +0000)
* graphite-sese-to-poly.c: Don't include extra "expr.h".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/graphite-sese-to-poly.c

index 74913c1..4d20aef 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * cilk-common.c (expand_builtin_cilk_detach): Dereference worker.
index 71af613..0eebbab 100644 (file)
@@ -61,7 +61,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "domwalk.h"
 #include "sese.h"
 #include "tree-ssa-propagate.h"
-#include "expr.h"
 
 #ifdef HAVE_cloog
 #include "expr.h"