summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_smem.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_smem.adb')
-rw-r--r--gcc/ada/sem_smem.adb15
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/ada/sem_smem.adb b/gcc/ada/sem_smem.adb
index 59d52e14094..bca184ef658 100644
--- a/gcc/ada/sem_smem.adb
+++ b/gcc/ada/sem_smem.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1998-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1998-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -23,12 +23,13 @@
-- --
------------------------------------------------------------------------------
-with Atree; use Atree;
-with Einfo; use Einfo;
-with Errout; use Errout;
-with Namet; use Namet;
-with Sinfo; use Sinfo;
-with Snames; use Snames;
+with Atree; use Atree;
+with Einfo; use Einfo;
+with Errout; use Errout;
+with Namet; use Namet;
+with Sem_Aux; use Sem_Aux;
+with Sinfo; use Sinfo;
+with Snames; use Snames;
package body Sem_Smem is