diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/attribs.c | 1 | ||||
-rw-r--r-- | gcc/varasm.c | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 959f62ac5d4..b023c4299c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/attribs.c b/gcc/attribs.c index be360d36bf2..a020f461934 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -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); diff --git a/gcc/varasm.c b/gcc/varasm.c index 9dcae52e344..061ff06dd76 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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" |