diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-21 12:24:52 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-06-21 12:24:52 +0000 |
commit | 7033abe11e47396e0d3517986ae935ef2599fe70 (patch) | |
tree | 775d703889c98f33d9bcb7d8c8e920e9135734af | |
parent | 625ed1721782f6ec522c764e0119d1ad2214f624 (diff) | |
download | gcc-7033abe11e47396e0d3517986ae935ef2599fe70.zip gcc-7033abe11e47396e0d3517986ae935ef2599fe70.tar.gz gcc-7033abe11e47396e0d3517986ae935ef2599fe70.tar.bz2 |
* config/m32c/m32c-pragma.c: Remove unnecessary includes.
From-SVN: r188853
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m32c/m32c-pragma.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ebe422d..2a17646 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-06-21 Steven Bosscher <steven@gcc.gnu.org> + + * config/m32c/m32c-pragma.c: Remove unnecessary includes. + 2012-06-21 Michael Matz <matz@suse.de> PR middle-end/53688 diff --git a/gcc/config/m32c/m32c-pragma.c b/gcc/config/m32c/m32c-pragma.c index df97657..517c601 100644 --- a/gcc/config/m32c/m32c-pragma.c +++ b/gcc/config/m32c/m32c-pragma.c @@ -27,13 +27,7 @@ #include "c-family/c-common.h" #include "diagnostic-core.h" #include "cpplib.h" -#include "hard-reg-set.h" -#include "output.h" #include "m32c-protos.h" -#include "function.h" -#define MAX_RECOG_OPERANDS 10 -#include "reload.h" -#include "target.h" /* Implements the "GCC memregs" pragma. This pragma takes only an integer, and is semantically identical to the -memregs= command |