diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-29 02:39:04 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-29 02:39:04 +0000 |
commit | b62788519dd2f174195164057a479f1353217524 (patch) | |
tree | eebe754c29fb48bbab60bda0b0fd61373224a51c /gcc/tree-ssa-loop.c | |
parent | 536f2d82f9c973858d7b8057f6147a8d9d690823 (diff) | |
download | gcc-b62788519dd2f174195164057a479f1353217524.tar.gz |
2004-08-28 Andrew Pinski <apinski@apple.com>
* tree-ssa-loop.c: Remove extra include of basic-block.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop.c')
-rw-r--r-- | gcc/tree-ssa-loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c index 5b5ec05f2b4..07ff98834e2 100644 --- a/gcc/tree-ssa-loop.c +++ b/gcc/tree-ssa-loop.c @@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "basic-block.h" #include "output.h" #include "diagnostic.h" -#include "basic-block.h" #include "tree-flow.h" #include "tree-dump.h" #include "tree-pass.h" |