diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-24 17:57:45 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-24 17:57:45 +0000 |
commit | 39b8c5f375a9db33c4df5793e439fa56b09d12ad (patch) | |
tree | 86a46ec391bba89f99d60ff44365e72e7feffb7c /gcc/graphite-isl-ast-to-gimple.c | |
parent | 1ef426cd9d0a281d5e0a33a424554ca5379fff45 (diff) | |
download | gcc-39b8c5f375a9db33c4df5793e439fa56b09d12ad.tar.gz |
move all declarations to a same .h file
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-isl-ast-to-gimple.c')
-rw-r--r-- | gcc/graphite-isl-ast-to-gimple.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index 1d986f85905..58cccce70b3 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -70,8 +70,7 @@ extern "C" { } #endif -#include "graphite-poly.h" -#include "graphite-isl-ast-to-gimple.h" +#include "graphite.h" #include <map> |