diff options
Diffstat (limited to 'gcc/ada/fname-sf.adb')
-rw-r--r-- | gcc/ada/fname-sf.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/fname-sf.adb b/gcc/ada/fname-sf.adb index 5572037a847..3e714a8c94e 100644 --- a/gcc/ada/fname-sf.adb +++ b/gcc/ada/fname-sf.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2004 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -28,8 +28,8 @@ with Casing; use Casing; with Fname; use Fname; with Fname.UF; use Fname.UF; with SFN_Scan; use SFN_Scan; -with Namet; use Namet; with Osint; use Osint; +with Types; use Types; with Unchecked_Conversion; |