* config/sol2-c.c: Do not include diagnostic-core.h.

From-SVN: r161948
This commit is contained in:
Eric Botcazou 2010-07-08 10:03:14 +00:00 committed by Eric Botcazou
parent 2e1ec94ff0
commit 80edb36cfd
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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"