diff options
Diffstat (limited to 'gcc/ada/prj-ext.adb')
-rw-r--r-- | gcc/ada/prj-ext.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/prj-ext.adb b/gcc/ada/prj-ext.adb index d0f4e547f68..53d47cd3365 100644 --- a/gcc/ada/prj-ext.adb +++ b/gcc/ada/prj-ext.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2000-2004 Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2005 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- -- @@ -27,10 +27,7 @@ with Namet; use Namet; with Osint; use Osint; with Sdefault; -with Types; use Types; - with GNAT.HTable; -with GNAT.OS_Lib; use GNAT.OS_Lib; package body Prj.Ext is |