diff options
Diffstat (limited to 'gcc/c-family/c-semantics.c')
-rw-r--r-- | gcc/c-family/c-semantics.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index d26d8718021..0f9f51e061d 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -1,5 +1,5 @@ /* This file contains subroutine used by the C front-end to construct GENERIC. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Benjamin Chelf (chelf@codesourcery.com). @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "splay-tree.h" #include "c-common.h" -#include "toplev.h" #include "flags.h" #include "output.h" #include "tree-iterator.h" |