diff options
Diffstat (limited to 'gcc/cp/cp-lang.c')
-rw-r--r-- | gcc/cp/cp-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index d19e20f..a08f0dd 100644 --- a/gcc/cp/cp-lang.c +++ b/gcc/cp/cp-lang.c @@ -1,5 +1,6 @@ /* Language-dependent hooks for C++. - Copyright 2001, 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2001, 2002, 2004, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@redhat.com> This file is part of GCC. @@ -28,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "langhooks.h" #include "langhooks-def.h" -#include "diagnostic.h" #include "debug.h" #include "cp-objcp-common.h" #include "hashtab.h" |