From 055e0a992cfd1b9932042cdda5b5022f1d51e4be Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Wed, 10 Jul 2013 08:08:07 +0000 Subject: [PATCH] cr16-protos.h: Don't include target.h. 2013-07-10 Jan-Benedict Glaw gcc/ * config/cr16/cr16-protos.h: Don't include target.h. From-SVN: r200865 --- gcc/ChangeLog | 4 ++++ gcc/config/cr16/cr16-protos.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aeb7ccde9c1..0a26cf21509 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-07-10 Jan-Benedict Glaw + + * config/cr16/cr16-protos.h: Don't include target.h. + 2013-07-09 Joseph Myers * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Only diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h index a5213158dec..f6663c92869 100644 --- a/gcc/config/cr16/cr16-protos.h +++ b/gcc/config/cr16/cr16-protos.h @@ -21,8 +21,6 @@ #ifndef GCC_CR16_PROTOS_H #define GCC_CR16_PROTOS_H -#include "target.h" - /* Register usage. */ extern enum reg_class cr16_regno_reg_class (int); extern int cr16_hard_regno_mode_ok (int regno, enum machine_mode); -- 2.30.2