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 /gcc/graphite.h | |
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
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 2 |
1 files changed, 0 insertions, 2 deletions
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> |