diff options
Diffstat (limited to 'gcc/ada/repinfo.adb')
-rw-r--r-- | gcc/ada/repinfo.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/repinfo.adb b/gcc/ada/repinfo.adb index a62c48b..630d592 100644 --- a/gcc/ada/repinfo.adb +++ b/gcc/ada/repinfo.adb @@ -29,7 +29,7 @@ -- -- ------------------------------------------------------------------------------ -with Alloc; use Alloc; +with Alloc; with Atree; use Atree; with Casing; use Casing; with Debug; use Debug; @@ -45,7 +45,7 @@ with Sinput; use Sinput; with Snames; use Snames; with Stand; use Stand; with Stringt; use Stringt; -with Table; use Table; +with Table; with Uname; use Uname; with Urealp; use Urealp; |