diff options
Diffstat (limited to 'gcc/c-convert.c')
-rw-r--r-- | gcc/c-convert.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c-convert.c b/gcc/c-convert.c index 4de3cdb1c57..f67aecf64ba 100644 --- a/gcc/c-convert.c +++ b/gcc/c-convert.c @@ -1,6 +1,6 @@ /* Language-level data type conversion for GNU C. Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003, 2004, 2005, 2007, 2008, - 2009 Free Software Foundation, Inc. + 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-common.h" #include "c-tree.h" #include "langhooks.h" -#include "toplev.h" #include "target.h" /* Change of width--truncation and extension of integers or reals-- |