* config/i386/i386.c: Do not include c-common.h.

From-SVN: r147250
This commit is contained in:
Steven Bosscher 2009-05-07 20:47:24 +00:00
parent e71da632ea
commit 45b9b2e927
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-05-08 Steven Bosscher <steven@gcc.gnu.org>
* config/i386/i386.c: Do not include c-common.h.
2009-05-07 Mark Heffernan <meheff@google.com>
* doc/invoke.texi (Debugging Options): Document change of debugging

View File

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