summaryrefslogtreecommitdiff
path: root/gcc/ada/s-spsufi.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-spsufi.adb')
-rw-r--r--gcc/ada/s-spsufi.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-spsufi.adb b/gcc/ada/s-spsufi.adb
index 9ed8e3ee5ec..ef2c935f341 100644
--- a/gcc/ada/s-spsufi.adb
+++ b/gcc/ada/s-spsufi.adb
@@ -2,12 +2,11 @@
-- --
-- GNAT COMPILER COMPONENTS --
-- --
--- S Y S T E M . S T O R A G E _ P O O L S . S U B P O O L S . --
--- F I N A L I Z A T I O N --
+-- SYSTEM.STORAGE_POOLS.SUBPOOLS.FINALIZATION --
-- --
-- B o d y --
-- --
--- Copyright (C) 2011-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 2011-2012, 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- --
@@ -31,6 +30,7 @@
------------------------------------------------------------------------------
with Ada.Unchecked_Deallocation;
+
with System.Finalization_Masters; use System.Finalization_Masters;
package body System.Storage_Pools.Subpools.Finalization is