diff options
author | Jeff Law <law@redhat.com> | 2018-09-26 08:50:03 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2018-09-26 08:50:03 -0600 |
commit | 8caf8f777ce3af591cc4c8b1c759456c47a21a75 (patch) | |
tree | a036698997278a8cbd974248cc2677165be287a0 | |
parent | 39aae6036286c24bdb1d7dd49ccd588f93e8cb8f (diff) | |
download | gcc-8caf8f777ce3af591cc4c8b1c759456c47a21a75.zip gcc-8caf8f777ce3af591cc4c8b1c759456c47a21a75.tar.gz gcc-8caf8f777ce3af591cc4c8b1c759456c47a21a75.tar.bz2 |
Revert
2018-09-26 Alexey Neyman <stilor@att.net>
* graphite.h: Include <isl/id.h> and <isl/space.h>; these
headers are no longer pulled in by <isl/val.h>.
From-SVN: r264644
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/graphite.h | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a9e2769..cef86bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2018-09-26 Jeff Law <law@redhat.com> + + Revert + 2018-09-26 Alexey Neyman <stilor@att.net> + + * graphite.h: Include <isl/id.h> and <isl/space.h>; these + headers are no longer pulled in by <isl/val.h>. + 2018-09-26 Richard Biener <rguenther@suse.de> PR debug/87443 diff --git a/gcc/graphite.h b/gcc/graphite.h index 8db5700..be0a22b 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see #include <isl/options.h> #include <isl/ctx.h> #include <isl/val.h> -#include <isl/id.h> -#include <isl/space.h> #include <isl/set.h> #include <isl/union_set.h> #include <isl/map.h> |