diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-21 12:24:52 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-21 12:24:52 +0000 |
commit | 355e7f03f8a90f14ad956fc1d9dd011fac6be908 (patch) | |
tree | 775d703889c98f33d9bcb7d8c8e920e9135734af /gcc/config/m32c/m32c-pragma.c | |
parent | 5dd3f78ff25abe9f9d75ce415a834f239d3694a9 (diff) | |
download | gcc-355e7f03f8a90f14ad956fc1d9dd011fac6be908.tar.gz |
* config/m32c/m32c-pragma.c: Remove unnecessary includes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188853 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32c/m32c-pragma.c')
-rw-r--r-- | gcc/config/m32c/m32c-pragma.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/m32c/m32c-pragma.c b/gcc/config/m32c/m32c-pragma.c index df976574bdb..517c60109db 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 |