diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-07-08 10:03:14 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-07-08 10:03:14 +0000 |
commit | 80edb36cfdf779f56fb5a5c001df4dfecaeb25b2 (patch) | |
tree | afa617825656161cce3d39b4bcae8935276106aa | |
parent | 2e1ec94ff0b0a954d540332b400d5376498ee7f7 (diff) | |
download | gcc-80edb36cfdf779f56fb5a5c001df4dfecaeb25b2.zip gcc-80edb36cfdf779f56fb5a5c001df4dfecaeb25b2.tar.gz gcc-80edb36cfdf779f56fb5a5c001df4dfecaeb25b2.tar.bz2 |
* config/sol2-c.c: Do not include diagnostic-core.h.
From-SVN: r161948
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sol2-c.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21ac382..8ee6717 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-08 Eric Botcazou <ebotcazou@adacore.com> + + * config/sol2-c.c: Do not include diagnostic-core.h. + 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> PR bootstrap/44768 diff --git a/gcc/config/sol2-c.c b/gcc/config/sol2-c.c index 9720c26..f53fc32 100644 --- a/gcc/config/sol2-c.c +++ b/gcc/config/sol2-c.c @@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tm.h" #include "tm_p.h" -#include "diagnostic-core.h" #include "toplev.h" #include "c-family/c-format.h" |