summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2003-09-26 22:45:29 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2003-09-26 22:45:29 +0000
commitb3aac9658966dd0634df25cbecbc9957bd5692e6 (patch)
treeee785a04b811a3b07ef1ef748eb4e68fcd94b696 /gcc/objc
parent63e002bd632e56ca6bcaa65e4805995faba3e2c8 (diff)
downloadgcc-b3aac9658966dd0634df25cbecbc9957bd5692e6.tar.gz
* objc/objc-act.c (tm_p.h): Tweak order.
From-SVN: r71843
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.c2
1 files changed, 1 insertions, 1 deletions
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"