Commit 7033abe1 by Steven Bosscher

* config/m32c/m32c-pragma.c: Remove unnecessary includes.

From-SVN: r188853
parent 625ed172
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> 2012-06-21 Michael Matz <matz@suse.de>
PR middle-end/53688 PR middle-end/53688
......
...@@ -27,13 +27,7 @@ ...@@ -27,13 +27,7 @@
#include "c-family/c-common.h" #include "c-family/c-common.h"
#include "diagnostic-core.h" #include "diagnostic-core.h"
#include "cpplib.h" #include "cpplib.h"
#include "hard-reg-set.h"
#include "output.h"
#include "m32c-protos.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 /* Implements the "GCC memregs" pragma. This pragma takes only an
integer, and is semantically identical to the -memregs= command integer, and is semantically identical to the -memregs= command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment