varasm.c: Do not include c-pragma.h
authorSteven Bosscher <steven@gcc.gnu.org>
Sat, 2 May 2009 06:43:49 +0000 (06:43 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 2 May 2009 06:43:49 +0000 (06:43 +0000)
* varasm.c: Do not include c-pragma.h
* attribs.c: Do not incude c-common.h

From-SVN: r147053

gcc/ChangeLog
gcc/attribs.c
gcc/varasm.c

index 959f62ac5d4ea3e4d17272f747eb3b63e7847e3e..b023c4299c66ba467c58bec01ed4b3c7a9ad118e 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * calls.c (initialize_argument_information): Handle SSA names like
index be360d36bf2203dbf3a3c66f7beaa1640ba7d7f6..a020f4619345e7e984e3252fda2575053de71e1b 100644 (file)
@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "target.h"
 #include "langhooks.h"
 #include "hashtab.h"
-#include "c-common.h"
 
 static void init_attributes (void);
 
index 9dcae52e344ba5c231c83e5d27d2270355ff462c..061ff06dd769d9ef70cc05bb31c9014fc0acaec2 100644 (file)
@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "output.h"
 #include "toplev.h"
 #include "hashtab.h"
-#include "c-pragma.h"
 #include "ggc.h"
 #include "langhooks.h"
 #include "tm_p.h"