public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4174] [Ada] Minor include directives placement adjustment
@ 2021-10-05  8:24 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-10-05  8:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:07ad659daf4b015eb6957a7c7e299a04a0039e82

commit r12-4174-g07ad659daf4b015eb6957a7c7e299a04a0039e82
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Mon Aug 2 20:53:30 2021 +0200

    [Ada] Minor include directives placement adjustment
    
    gcc/ada/
    
            * gcc-interface/cuintp.c: Adjust placement of include directive.
            * gcc-interface/targtyps.c: Likewise.

Diff:
---
 gcc/ada/gcc-interface/cuintp.c   | 2 +-
 gcc/ada/gcc-interface/targtyps.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/gcc-interface/cuintp.c b/gcc/ada/gcc-interface/cuintp.c
index 3488ae4bb82..abf8d469cc9 100644
--- a/gcc/ada/gcc-interface/cuintp.c
+++ b/gcc/ada/gcc-interface/cuintp.c
@@ -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
diff --git a/gcc/ada/gcc-interface/targtyps.c b/gcc/ada/gcc-interface/targtyps.c
index 6a3c0f2275d..fb103a1cc20 100644
--- a/gcc/ada/gcc-interface/targtyps.c
+++ b/gcc/ada/gcc-interface/targtyps.c
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-05  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  8:24 [gcc r12-4174] [Ada] Minor include directives placement adjustment Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).