summaryrefslogtreecommitdiff
path: root/gcc/ada/fname.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/fname.ads')
-rw-r--r--gcc/ada/fname.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/fname.ads b/gcc/ada/fname.ads
index bb60c75bafc..9e31b991c44 100644
--- a/gcc/ada/fname.ads
+++ b/gcc/ada/fname.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- 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- --
@@ -35,7 +35,7 @@
-- association between source file names and unit names as defined
-- (see package Uname for definition of format of unit names).
-with Types; use Types;
+with Namet; use Namet;
package Fname is