diff options
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r-- | gcc/c-gimplify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index 58729f1..2ef81c6 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -2,7 +2,7 @@ by the C-based front ends. The structure of gimplified, or language-independent, trees is dictated by the grammar described in this file. - Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 + Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Lowering of expressions contributed by Sebastian Pop <s.pop@laposte.net> Re-written to support lowering of whole function trees, documentation @@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "tree-flow.h" #include "tree-inline.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "langhooks.h" #include "langhooks-def.h" #include "flags.h" |