diff options
Diffstat (limited to 'gcc/ira-costs.c')
-rw-r--r-- | gcc/ira-costs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c index db9ed7cd03d..2a7a9a8c418 100644 --- a/gcc/ira-costs.c +++ b/gcc/ira-costs.c @@ -1,5 +1,5 @@ /* IRA hard register and memory cost calculation for allocnos or pseudos. - Copyright (C) 2006, 2007, 2008, 2009 + Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Vladimir Makarov <vmakarov@redhat.com>. @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "reload.h" #include "diagnostic-core.h" -#include "toplev.h" #include "target.h" #include "params.h" #include "ira-int.h" |