diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index 02379d67f34..fba43727fac 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -2,7 +2,7 @@ - prototype declarations for operand predicates (tm-preds.h) - function definitions of operand predicates, if defined new-style (insn-preds.c) - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -1338,7 +1338,6 @@ write_insn_preds_c (void) #include \"hard-reg-set.h\"\n\ #include \"resource.h\"\n\ #include \"diagnostic-core.h\"\n\ -#include \"toplev.h\"\n\ #include \"reload.h\"\n\ #include \"regs.h\"\n\ #include \"tm-constrs.h\"\n"); |