* gcc-interface/targtyps.c: Reorder include directives.

From-SVN: r151498
This commit is contained in:
Eric Botcazou 2009-09-08 06:57:47 +00:00 committed by Eric Botcazou
parent c89c07c2c7
commit c673a2c7b4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-09-08 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/targtyps.c: Reorder include directives.
2009-09-07 Laurent GUERBY <laurent@guerby.net>
* gcc-interface/targtyps.c: Add missing include for tm_p.h.

View file

@ -28,9 +28,9 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tree.h"
#include "tm.h"
#include "tm_p.h"
#include "tree.h"
#include "ada.h"
#include "types.h"