Revert
authorJeff Law <law@redhat.com>
Wed, 26 Sep 2018 14:50:03 +0000 (08:50 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Sep 2018 14:50:03 +0000 (08:50 -0600)
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

gcc/ChangeLog
gcc/graphite.h

index a9e276957d2a828149ca3a2d24fc896d92f64335..cef86bc436fe9b82f44cdb5c0f1edeb02b95d4d8 100644 (file)
@@ -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
index 8db5700e03f10b4c83bfa372d2efdeed4a7f7b9c..be0a22b38942850d88feb159603bb846a8607539 100644 (file)
@@ -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>