diff options
Diffstat (limited to 'gcc/ada/s-pooglo.adb')
-rw-r--r-- | gcc/ada/s-pooglo.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-pooglo.adb b/gcc/ada/s-pooglo.adb index fa514f01ff4..ca661d6ed14 100644 --- a/gcc/ada/s-pooglo.adb +++ b/gcc/ada/s-pooglo.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, 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- -- @@ -32,7 +32,6 @@ ------------------------------------------------------------------------------ with System.Storage_Pools; use System.Storage_Pools; -with System.Storage_Elements; with System.Memory; package body System.Pool_Global is |