aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/atree.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/atree.ads')
-rw-r--r--gcc/ada/atree.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads
index c470ac3..fa0c9c1 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -45,10 +45,10 @@
-- tree, transforming it in various ways and adding semantic information.
with Alloc;
-with Sinfo.Nodes; use Sinfo.Nodes;
+with Sinfo.Nodes; use Sinfo.Nodes;
with Einfo.Entities; use Einfo.Entities;
-with Types; use Types;
-with System; use System;
+with Types; use Types;
+with System; use System;
with Table;
with Unchecked_Conversion;