diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2003-09-26 22:45:29 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2003-09-26 22:45:29 +0000 |
commit | b3aac9658966dd0634df25cbecbc9957bd5692e6 (patch) | |
tree | ee785a04b811a3b07ef1ef748eb4e68fcd94b696 /gcc | |
parent | 63e002bd632e56ca6bcaa65e4805995faba3e2c8 (diff) | |
download | gcc-b3aac9658966dd0634df25cbecbc9957bd5692e6.zip gcc-b3aac9658966dd0634df25cbecbc9957bd5692e6.tar.gz gcc-b3aac9658966dd0634df25cbecbc9957bd5692e6.tar.bz2 |
* objc/objc-act.c (tm_p.h): Tweak order.
From-SVN: r71843
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1cb366..a95d89a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-26 Loren James Rittle <ljrittle@acm.org> + + * objc/objc-act.c (tm_p.h): Tweak order. + 2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org> * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 4653f32..e9379a7 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -43,9 +43,9 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "coretypes.h" #include "tm.h" -#include "tm_p.h" #include "tree.h" #include "rtl.h" +#include "tm_p.h" #include "expr.h" #include "c-tree.h" #include "c-common.h" |