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-poly.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-poly.c')
-rw-r--r-- | gcc/graphite-poly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index c783fc31e02..a51aefe574c 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -57,7 +57,7 @@ extern "C" { } #endif -#include "graphite-poly.h" +#include "graphite.h" #define OPENSCOP_MAX_STRING 256 |