diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1cb3667b78..a95d89a9a91 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-26 Loren James Rittle + + * objc/objc-act.c (tm_p.h): Tweak order. + 2003-09-26 Nathanael Nerode * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 4653f329f27..e9379a753b1 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"