diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 16:43:56 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 16:43:56 +0000 |
commit | 067623f7d7220b5fa95031921a7b519033d40651 (patch) | |
tree | fe3fc250c9475a06e075578091e3be9d9fe885cc /gcc | |
parent | bfa624b3fbbf52eb04459e0e3b309489aa267ff6 (diff) | |
download | gcc-067623f7d7220b5fa95031921a7b519033d40651.tar.gz |
* config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/gmon-sol2.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b77141937a7..63564aaa6ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h. + 2010-10-11 Nathan Froyd <froydnj@codesourcery.com> * vec.h (VEC_qsort): Define. diff --git a/gcc/config/sparc/gmon-sol2.c b/gcc/config/sparc/gmon-sol2.c index aeead8922fa..452d98d7d94 100644 --- a/gcc/config/sparc/gmon-sol2.c +++ b/gcc/config/sparc/gmon-sol2.c @@ -35,8 +35,6 @@ #include "tconfig.h" #include "tsystem.h" #include <fcntl.h> /* for creat() */ -#include "coretypes.h" -#include "tm.h" #if 0 #include "sparc/gmon.h" |