* objc/objc-act.c (tm_p.h): Tweak order.

From-SVN: r71843
This commit is contained in:
Loren J. Rittle 2003-09-26 22:45:29 +00:00 committed by Loren J. Rittle
parent 63e002bd63
commit b3aac96589
2 changed files with 5 additions and 1 deletions

View 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> 2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):

View File

@ -43,9 +43,9 @@ Boston, MA 02111-1307, USA. */
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include "tm_p.h"
#include "tree.h" #include "tree.h"
#include "rtl.h" #include "rtl.h"
#include "tm_p.h"
#include "expr.h" #include "expr.h"
#include "c-tree.h" #include "c-tree.h"
#include "c-common.h" #include "c-common.h"