From patchwork Thu Jul 8 10:03:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix build on Solaris Date: Thu, 08 Jul 2010 00:03:26 -0000 From: Eric Botcazou X-Patchwork-Id: 58240 Message-Id: <201007081203.27424.ebotcazou@adacore.com> To: gcc-patches@gcc.gnu.org Tested with a cross to sparc-sun-solaris2.8, applied as obvious. 2010-07-08 Eric Botcazou * config/sol2-c.c: Do not include diagnostic-core.h. Index: config/sol2-c.c =================================================================== --- config/sol2-c.c (revision 161944) +++ config/sol2-c.c (working copy) @@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. #include "tree.h" #include "tm.h" #include "tm_p.h" -#include "diagnostic-core.h" #include "toplev.h" #include "c-family/c-format.h"