From: Jan-Benedict Glaw Date: Wed, 10 Jul 2013 08:08:07 +0000 (+0000) Subject: cr16-protos.h: Don't include target.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=055e0a992cfd1b9932042cdda5b5022f1d51e4be;p=gcc.git 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 --- 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);