Commit d363a7e7 by Steven Bosscher

varasm.c: Do not include c-pragma.h

	* varasm.c: Do not include c-pragma.h
	* attribs.c: Do not incude c-common.h

From-SVN: r147053
parent 19514be4
2009-05-02 Steven Bosscher <steven@gcc.gnu.org>
* varasm.c: Do not include c-pragma.h.
* attribs.c: Do not incude c-common.h.
2009-05-01 Michael Matz <matz@suse.de> 2009-05-01 Michael Matz <matz@suse.de>
* calls.c (initialize_argument_information): Handle SSA names like * calls.c (initialize_argument_information): Handle SSA names like
......
...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see
#include "target.h" #include "target.h"
#include "langhooks.h" #include "langhooks.h"
#include "hashtab.h" #include "hashtab.h"
#include "c-common.h"
static void init_attributes (void); static void init_attributes (void);
......
...@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3. If not see
#include "output.h" #include "output.h"
#include "toplev.h" #include "toplev.h"
#include "hashtab.h" #include "hashtab.h"
#include "c-pragma.h"
#include "ggc.h" #include "ggc.h"
#include "langhooks.h" #include "langhooks.h"
#include "tm_p.h" #include "tm_p.h"
......
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