diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-10-11 16:43:56 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-10-11 16:43:56 +0000 |
commit | 2861cfa1eb2f58ba3b9d987e552b0d34ed9fa9c6 (patch) | |
tree | fe3fc250c9475a06e075578091e3be9d9fe885cc /gcc | |
parent | 9dc1704f8e2a4d600596bcc32b1553ef068354fc (diff) | |
download | gcc-2861cfa1eb2f58ba3b9d987e552b0d34ed9fa9c6.zip gcc-2861cfa1eb2f58ba3b9d987e552b0d34ed9fa9c6.tar.gz gcc-2861cfa1eb2f58ba3b9d987e552b0d34ed9fa9c6.tar.bz2 |
* config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
From-SVN: r165318
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 b771419..63564aa 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 aeead89..452d98d 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" |