]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Minor include directives placement adjustment
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 2 Aug 2021 18:53:30 +0000 (20:53 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 5 Oct 2021 08:20:07 +0000 (08:20 +0000)
gcc/ada/

* gcc-interface/cuintp.c: Adjust placement of include directive.
* gcc-interface/targtyps.c: Likewise.

gcc/ada/gcc-interface/cuintp.c
gcc/ada/gcc-interface/targtyps.c

index 3488ae4bb82a12a172e51965d3780a6088808aba..abf8d469cc9caab58d17554bba23b2bf08e1c04b 100644 (file)
@@ -39,8 +39,8 @@
 #include "ada.h"
 #include "types.h"
 #include "uintp.h"
-#include "ada-tree.h"
 #include "sinfo.h"
+#include "ada-tree.h"
 #include "gigi.h"
 
 /* Universal integers are represented by the Uint type which is an index into
index 6a3c0f2275db75c406b3b172e80fc5a011b925bf..fb103a1cc2033b6eeddf6a602d717f46f21736a7 100644 (file)
@@ -34,8 +34,8 @@
 
 #include "ada.h"
 #include "types.h"
-#include "ada-tree.h"
 #include "sinfo.h"
+#include "ada-tree.h"
 #include "gigi.h"
 
 /* If we don't have a specific size for Ada's equivalent of `long', use that