* objc/objc-act.c (tm_p.h): Tweak order.
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 26 Sep 2003 22:45:29 +0000 (22:45 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Fri, 26 Sep 2003 22:45:29 +0000 (22:45 +0000)
From-SVN: r71843

gcc/ChangeLog
gcc/objc/objc-act.c

index b1cb3667b789720b1c5bcfc29724e21ca3618098..a95d89a9a911fc690ea694f3a9d02540d4d01965 100644 (file)
@@ -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*):
index 4653f329f27290b246e10b70475fc7b8c434c2c7..e9379a753b16e3e8009bf1bfd3199bd261f88137 100644 (file)
@@ -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"