diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-07 20:47:24 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-07 20:47:24 +0000 |
commit | 45b9b2e927e2f72760f040eb1054a779b17cea63 (patch) | |
tree | 1be6632d2728a7041b2a372a41099388c195342b | |
parent | e71da632ea31fbff035556f044b11333840e2a97 (diff) | |
download | gcc-45b9b2e927e2f72760f040eb1054a779b17cea63.zip gcc-45b9b2e927e2f72760f040eb1054a779b17cea63.tar.gz gcc-45b9b2e927e2f72760f040eb1054a779b17cea63.tar.bz2 |
* config/i386/i386.c: Do not include c-common.h.
From-SVN: r147250
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8460610..e1ffdd3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 2054b88..f3d35ce 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" |