diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 836fe15a2d1..83d25015976 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -1,5 +1,5 @@ /* Rtl-level induction variable analysis. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -61,7 +61,6 @@ along with GCC; see the file COPYING3. If not see #include "intl.h" #include "output.h" #include "diagnostic-core.h" -#include "toplev.h" #include "df.h" #include "hashtab.h" |