]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Don't include extra "expr.h" in graphite-sese-to-poly.c
authorH.J. Lu <hongjiu.lu@intel.com>
Sun, 24 Nov 2013 13:56:32 +0000 (13:56 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 24 Nov 2013 13:56:32 +0000 (05:56 -0800)
* graphite-sese-to-poly.c: Don't include extra "expr.h".

From-SVN: r205332

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

index 74913c19e29d94440ad284e661c62a66395599d6..4d20aefed71961b27a8e89f0078beee5e73e1436 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 71af6133e4a1c9f981c281b7417d16dae8c9af5e..0eebbabed22d639a544b2d6c9003cd155283d69e 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"