diff options
Diffstat (limited to 'gcc/omega.c')
-rw-r--r-- | gcc/omega.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/omega.c b/gcc/omega.c index 35b20431346..e1c1adfbc48 100644 --- a/gcc/omega.c +++ b/gcc/omega.c @@ -5,8 +5,8 @@ This code has no license restrictions, and is considered public domain. - Changes copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, - Inc. + Changes copyright (C) 2005, 2006, 2007, 2008, 2009, + 2010 Free Software Foundation, Inc. Contributed by Sebastian Pop <sebastian.pop@inria.fr> This file is part of GCC. @@ -37,7 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "ggc.h" #include "tree.h" -#include "diagnostic.h" +#include "diagnostic-core.h" #include "tree-pass.h" #include "omega.h" |