From 45b9b2e927e2f72760f040eb1054a779b17cea63 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Thu, 7 May 2009 20:47:24 +0000 Subject: [PATCH] * config/i386/i386.c: Do not include c-common.h. From-SVN: r147250 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84606104947..e1ffdd3dd2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-05-08 Steven Bosscher + + * config/i386/i386.c: Do not include c-common.h. + 2009-05-07 Mark Heffernan * doc/invoke.texi (Debugging Options): Document change of debugging diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 2054b8898a7..f3d35cea9c5 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-codes.h" #include "insn-attr.h" #include "flags.h" -#include "c-common.h" #include "except.h" #include "function.h" #include "recog.h"